Breakpoints View

The Breakpoints view in the Debugger window lists currently set breakpoints. You switch the display of the Breakpoints view by clicking the Breakpoints button in the toolbar of the Debugger window.

Breakpoint Icons

The following table describes the icons used in the Breakpoints view.

Icon Description
Line breakpointBreakpoint set on a specific line
Method breakpointBreakpoint set on a method name
Exception breakpointBreakpoint set on an exception
Class breakpointBreakpoint set on a class
Thread breakpointBreakpoint set on a thread
Variable breakpointBreakpoint set on a variable

Contextual Menus

Right-clicking the Breakpoints root node displays a menu with the items described in the following table.

Menu
Item
Description
Add Breakpoint Displays the Add Breakpoint dialog box
Create Group Displays a dialog box for creating a group name for breakpoints
Enable All Enables all breakpoints listed in the Breakpoints view
Disable All Disables all breakpoints listed in the Breakpoints view
Delete All Removes all currently set breakpoints

Right-clicking a breakpoint node displays a menu with the following items.

Menu
Item
Description
Go to Source For a line breakpoint only. Finds the breakpoint's location in the source code.
Delete Removes the breakpoint.
Cut Cuts the breakpoint and copies it to the clipboard. The breakpoint remains on the clipboard until you choose Cut or Copy again.
Properties Displays the properties of the breakpoint.
See also
Line Breakpoint Properties
Method Breakpoint Properties
Exception Breakpoint Properties
Class Breakpoint Properties
Thread Breakpoint Properties
Variable Breakpoint Properties

Legal Notices