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 212710

Summary: Introduce a property editor for a target exception.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2012-05-18 16:06:07 UTC
When an exception is thrown in the target VM as a result of some method invocation, we automatically retrieve it's stack trace to show it in the Variables/Watches window as a value.
But retrieval of stack traces can take a long time in some cases (e.g. in issue #212619). To prevent from excessive evaluation time, the stack trace could be loaded on request in a specialized property editor.