Organizing Breakpoints Into a Group

You can organize breakpoints into a group so that you can enable, disable, and delete the breakpoints as a single unit. Grouping breakpoints is especially useful for large projects.

To create a breakpoint group:

  1. In the Breakpoints view of the Debugger window, right-click the Breakpoints root node and choose Create Group.
  2. In the Create Group dialog box, type a name for the group and click OK.

    The group name is added to the Breakpoints View as a subnode of the Breakpoints root node.

To add a breakpoint to the group:

  1. Right-click the group name and choose Add Breakpoint (Ctrl-Shift-F8).
  2. In the Add Breakpoint dialog box, specify the parameters for the breakpoint and click OK.

    The breakpoint is added to the Breakpoints view as a subnode of the group.

To enable or disable all breakpoints in a group:

To delete all breakpoints in a group:

See also
Setting Breakpoints

Legal Notices