Organizing Breakpoints Into a Group
See Also
The Breakpoints window lists all of the breakpoints defined for all of your
IDE projects. If you have numerous breakpoints set in the IDE, it is useful
to organize these breakpoints into groups. Once your breakpoints are placed
into groups, you can enable, disable, and delete them as a single
unit.
To add a breakpoint to a custom group:
- Choose Windows > Debugging > Breakpoints (Alt-Shift-5) to open the Breakpoints window.
- Right-click the breakpoint and choose Move Into Group and select a custom group from the list.
- To create a custom group, right-click the breakpoint and choose Move Into Group > New
and type the name of the new group in the dialog box.
To remove a breakpoint from a custom group:
- In the Breakpoints window, right-click the breakpoint and choose Move Into Group > <Default>.
- See Also
- Breakpoints in the IDE
- Setting a Java Breakpoint
Legal Notices