The Breakpoints view in the Debugger window lists currently
set breakpoints. You switch the display of the
Breakpoints view by clicking in the toolbar of the Debugger window.
The following table describes the icons used in the Breakpoints view.
Icon | Description |
---|---|
![]() | Breakpoint set on a specific line |
![]() | Breakpoint set on a method name |
![]() | Breakpoint set on an exception |
![]() | Breakpoint set on a class |
![]() | Breakpoint set on a thread |
![]() | Breakpoint set on a variable |
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 |