This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180008 - Display an error when it's not possible to retrieve values.
Summary: Display an error when it's not possible to retrieve values.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 13:29 UTC by Martin Entlicher
Modified: 2010-01-29 13:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2010-01-29 13:29:51 UTC
See issue #179950.
Sometimes an error occurs in JPDA (debugger backend likely) and it's not possible to retrieve values of fields, etc. Instead (or together with) throwing errors, display an error value in the Variables table - red value with text like:
"There was an error retrieving this value because of JVM eror: " + internalException.getMessage()