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 170622

Summary: Stack filter
Product: debugger Reporter: artisan <artisan>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Frozen when stepping through an application

Description artisan 2009-08-19 14:05:57 UTC
When stopping on a breakpoint all the stackentries are listed for the classes which source code is available. Those 
without source code are put into a collapsable entry (Hidden Source Calls).

Would it be possible to apply the same principle for classes satisfying a filtering criteria ? (Eg com.sun.*) The 
filtered-out entries would be hidden or put into a collapsable entry too. Or color/font/... differenly.

This is especially useful when dealing with application servers and applications relying on quite a lot of libraries. 
Usually you're only interested in a subset of the classes when looking to the Call Stack. Usually your own classes.
Comment 1 artisan 2009-08-25 13:04:53 UTC
Created attachment 86619 [details]
Frozen when stepping through an application