Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353050 - Filter Java classes that users won't want to step into [extensible]
Summary: Filter Java classes that users won't want to step into [extensible]
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard: Extensibility_Debug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 17:27 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments
Extensibile filters API and implementations (144.76 KB, patch)
2012-02-23 12:03 EST, Justin Spadea CLA
lasher: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-07-25 17:27:09 EDT
Make the runtimes that are filtered extensible, instead of hard-coded like in 346265. Potential categories users can enable to be filtered:

JRE
Runtime jars
Patterns defined in JDT's step filters.
Comment 1 Justin Spadea CLA 2012-02-23 12:03:03 EST
Created attachment 211516 [details]
Extensibile filters API and implementations
Comment 2 Justin Spadea CLA 2012-02-23 12:06:36 EST
See patch for extensive changes. See http://wiki.eclipse.org/EDT:Debug_Extensibility for how to implement filters.

Debug now has a preference page where users can enable/disable filters. There's also a quick toggle in the Debug view if you click on the downward-triangle to the right of the stepping/terminate buttons; this pops up a menu for the view which has a new EGL submenu containing two actions for filters - toggle enablement, and configure.
Comment 3 Justin Spadea CLA 2012-03-06 13:20:25 EST
Closing