IntelliJ IDEA 12.1.0 Web Help

This section describes how to:

To toggle between the enabled and disabled state of a breakpoint
  1. Place the caret at the desired line with a breakpoint.
  2. Do one of the following:
    • On the main menu, choose Run | Toggle Breakpoint Enabled:

      breakpointDisable.png

    • Right-click the desired breakpoint icon, and choose Disable or Enable on the context menu:

      breakpointDisable1.png

    • Alt+Click on the breakpoint icon.

Tip

Alternatively, open the Breakpoints dialog box, select the desired breakpoint, and select or clear the check box to its left.

To permanently remove a breakpoint, do one of the following
  • Open the Breakpoints dialog box, select the desired breakpoint, and click delete.
  • Right-click the desired breakpoint in the editor, and choose Remove on its context menu.

See Also

Concepts:

Reference:

Web Resources: