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

Summary: Display an error when it's not possible to retrieve values.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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()