Setting or Unsetting Breakpoints

To set or unset a breakpoint while in the debugger

The selected line of code is then highlighted in yellow when a breakpoint is set (or the selected color of your choice). In addition, a red circle displayed in the breakpoint margin at the left of the method source window and the Breakpoints window indicates that a breakpoint is enabled for that line of code, while a white circle indicates that the breakpoint is disabled.

You can also toggle a breakpoint in a line of logic selected in the editor pane of the Class Browser or Primitive Types Browser, by performing one of the following actions.