Popup menu for Breakpoints List window

The popup menu for the Breakpoints List window has the following menu commands.

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

See also:
Breakpoints List window


Goto Breakpoint

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

See also:
Building Applications with JBuilder: 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:
Building Applications with JBuilder: 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:
Building Applications with JBuilder: Disabling or enabling a breakpoint group
Building Applications with JBuilder: Creating and deleting breakpoint groups


Enable

Enables a disabled breakpoint.

See also:
Building Applications with JBuilder: 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:
Building Applications with JBuilder: Disabling or enabling a breakpoint group
Building Applications with JBuilder: Creating and deleting breakpoint groups


Remove

Removes the selected breakpoint.

Note: This command is not reversible.

See also:
Building Applications with JBuilder: Deleting breakpoints


Remove Group

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

Note: This command is not reversible.

See also:
Building Applications with JBuilder: Creating and deleting breakpoint groups
Building Applications with JBuilder: Disabling or enabling a breakpoint group


Options

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

See also:
Building Applications with JBuilder: Modifying breakpoint options


Add Breakpoint

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

See also:
Building Applications with JBuilder: Setting breakpoints


Disable All

Disables all current breakpoints.

See also:
Building Applications with JBuilder: Disabling and enabling breakpoints


Enable All

Enables all breakpoints that have been set.

See also:
Building Applications with JBuilder: Disabling and enabling breakpoints


Remove All

Deletes all currently set breakpoints.

Note: This command is not reversible.

See also:
Building Applications with JBuilder: Deleting breakpoints


Expand All

Expands all breakpoint groups.


Collapse All

Collapses all breakpoint groups.