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 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 displays a menu with items 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
Method Breakpoint
Exception Breakpoint
Class Breakpoint
Thread Breakpoint
Variable Breakpoint