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 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

Legal Notices