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 group:
- Choose Windows > Debugging
> Breakpoints (Alt-Shift-5)
to open the Breakpoints window.
- Right-click the breakpoint and choose Set Group Name.
- Type the name of the group and click OK.
The IDE creates the group if it does not already exist and moves the breakpoint
into it.
To remove a breakpoint from a group:
- In the Breakpoints window, right-click the breakpoint and choose Set Group
Name.
- In the dialog that appears, click OK without entering a group name.
The IDE removes the breakpoint from the group.
- Right-click any breakpoint group to run commands
on all of the breakpoints in the group.
- See Also
- Breakpoints in the IDE
- Setting a Java Breakpoint
Legal Notices