| Summary: | add 'step filters' action to breakpoints view | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | John-Mason P. Shackelford <jpshack> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
John-Mason P. Shackelford
Breakpoint filters and step filters are mutually exclusive. Step filters are applied when steppting in code (i.e. keep stepping until out of a filtered area). Breakpoint filters are only applied to breakpoints. Step filters don't have any explicit connection to breakpoints. They're related to stepping, which is performed in the Debug view. That's where you'll find the button to toggle step filters on and off. I agree, though, that the step filters page isn't easy to find. We should probably provide an action in the Debug view menu? There are step filter actions in the debug view. You have to select a java stack frame, then you get: * Edit Step Filters... * Filter Type * Filter Package |