The Breakpoints view in the Debugger window lists currently
set breakpoints. You toggle the display of the
Breakpoints view by clicking in the Debugger window toolbar.
Icon | Description |
---|---|
![]() | A breakpoint set on a specific line |
![]() | A breakpoint set on a method name |
![]() | A breakpoint set on an exception |
![]() | A breakpoint set on a class |
![]() | A breakpoint set on a thread |
![]() | A breakpoint set on a variable |
Right-clicking the Breakpoints root node opens a menu that you can use to add a breakpoint, create a breakpoint group, enable or disable all breakpoints in your program, and delete all breakpoints. Right-clicking a breakpoint node displays a menu with items fore deleting the breakpoint and viewing the breakpoint properties. For a breakpoint set on a line, you can also view the source code of the breakpoint.
For a description of breakpoint properties, see:
Line Breakpoint Properties
Method Breakpoint Properties
Exception Breakpoint Properties
Class Breakpoint Properties
Thread Breakpoint Properties
Variable Breakpoint Properties