Context menu for Breakpoint List window

The context menu for the Breakpoint List window has the following menu commands.

The menu commands displayed on the context menu depend on whether you right-click an individual breakpoint or a breakpoint group node.

See also:
Context-sensitive help: Breakpoint List window


Goto Breakpoint

Goes to the selected breakpoint's location in your source code.

See also:
User's Guide: Locating breakpoints


Disable

Hides the selected breakpoint from the current program run.

When you disable a breakpoint, all the breakpoint settings remain defined, but your program will not stop on the disabled breakpoint.

Disabling a breakpoint is useful if you have defined a conditional breakpoint that you don't need to use now, but might need to use at a later time.

See also:
User's Guide: Disabling and enabling breakpoints


Disable Group

Disables the selected breakpoint group.

A breakpoint group lets you enable or disable several breakpoints with a single action.

See also:
User's Guide: Disabling or enabling a breakpoint group
User's Guide: Creating and deleting breakpoint groups


Enable

Enables a disabled breakpoint.

See also:
User's Guide: Disabling and enabling breakpoints


Enable Group

Enables the selected breakpoint group.

A breakpoint group lets you enable or disable several breakpoints with a single action.

See also:
User's Guide: Disabling or enabling a breakpoint group
User's Guide: Creating and deleting breakpoint groups


Remove

Removes the selected breakpoint.

Note:
This command is not reversible.

See also:
User's Guide: Deleting breakpoints


Remove Group

Removes the selected breakpoint group and all the breakpoints in it.

See also:
User's Guide: Creating and deleting breakpoint groups
User's Guide: Disabling or enabling a breakpoint group


Options

Displays the Breakpoint Options dialog box, where you view and modify breakpoint options.

See also:
User's Guide: Modifying breakpoint options


Add Breakpoint

Sets a breakpoint for the line of code selected in the Source pane.

See also:
User's Guide: Setting breakpoints


Disable All

Disables all current breakpoints.

See also:
User's Guide: Disabling and enabling breakpoints


Enable All

Enables all breakpoints that have been set.

See also:
User's Guide: Disabling and enabling breakpoints


Remove All

Deletes all currently set breakpoints.

Note:
This command is not reversible.

See also:
User's Guide: Deleting breakpoints


Expand All

Expands all breakpoint groups.


Collapse All

Collapses all breakpoint groups.