Bug 548967 - Stack Frame filter for debug view
Summary: Stack Frame filter for debug view
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.13   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2019-07-04 05:37 EDT by Tobias Jaeger CLA
Modified: 2019-07-04 09:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Jaeger CLA 2019-07-04 05:37:53 EDT
It would be great if an optional stack frame filter (as already exists for JUnit, see for example https://bugs.eclipse.org/bugs/show_bug.cgi?id=28452) would be added to the stacktraces in the debug view.

That way auto-generated proxy classes could be ommitted, for example.

Ideally the filter could be toggled with a button in the debug view's toolbar, like the "Hide internal targets" toggle in the ANT view.
Comment 1 Sarika Sinha CLA 2019-07-04 06:18:49 EDT
Please checkout the Preference page for  Java->Debug->Step Filtering 

You can set the packages to be omitted or included.
Comment 2 Tobias Jaeger CLA 2019-07-04 06:21:19 EDT
That applies only to stepping during debug. I mean the ability to "clean up" the stacktrace by, for example, hiding generated proxies or automatically added filters.
Comment 3 Sarika Sinha CLA 2019-07-04 09:22:34 EDT
Ok, If someone can provide a quality patch we can look into it.