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 - Introduce a property editor for a target exception.
Summary: Introduce a property editor for a target exception.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 16:06 UTC by Martin Entlicher
Modified: 2013-06-13 14:19 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 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.