Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 353050

Summary: Filter Java classes that users won't want to step into [extensible]
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard: Extensibility_Debug
Attachments:
Description Flags
Extensibile filters API and implementations lasher: iplog+

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