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:

  1. Choose Windows > Debugging > Breakpoints (Alt-Shift-5) to open the Breakpoints window.
  2. Right-click the breakpoint and choose Set Group Name.
  3. 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:

  1. In the Breakpoints window, right-click the breakpoint and choose Set Group Name.
  2. In the dialog that appears, click OK without entering a group name.

    The IDE removes the breakpoint from the group.

See Also
Breakpoints in the IDE
Setting a Java Breakpoint

Legal Notices