Breakpoints View

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

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

Icon Description
Line breakpointA breakpoint set on a specific line
Method breakpointA breakpoint set on a method name
Exception breakpointA breakpoint set on an exception
Class breakpointA breakpoint set on a class
Thread breakpointA breakpoint set on a thread
Variable breakpointA 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

Legal Notices