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 - Stack filter
Summary: Stack filter
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 14:05 UTC by artisan
Modified: 2009-08-25 13:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Frozen when stepping through an application (5.99 KB, text/plain)
2009-08-25 13:04 UTC, artisan
Details

Note You need to log in before you can comment on or make changes to this bug.
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