Breakpoints
A breakpoint causes the execution of a thread to suspend at the location where the breakpoint is set.
Breakpoints can be enabled and disabled via their context menus in the Breakpoints view.
-
When a breakpoint is enabled, it will cause a thread to suspend whenever it is hit. Enabled breakpoints are indicated with a blue circle. Enabled breakpoints that are successfully installed in a class in a VM at runtime are indicated with a checkmark overlay.
-
When a breakpoint is disabled, it will not cause threads to suspend. Disabled breakpoints are indicated with a white circle.
Debugging breakpoints are displayed in the marker bar in the editor area and in the Breakpoints view.
Run menu
Breakpoints view