WebStorm 2018.1 Help

Creating Line Breakpoints

A line breakpoint db set breakpoint is a breakpoint assigned to a specific line in the source code.

Line breakpoints can be set on executable lines. Comments, declarations and empty lines are not valid locations for the line breakpoints.

To create line breakpoints in the editor

  1. Place the caret on the desired line of the source code.
  2. Do one of the following:
    • Click the left gutter area at a line where you want to toggle a breakpoint.
    • On the main menu, choose Run | Toggle Line Breakpoint.
    • Press Ctrl+F8.

To create temporary line breakpoints

  1. Place the caret on the desired line of the source code.
  2. Do one of the following:
    • On the main menu, choose Run | Toggle Temporary Line Breakpoint.
    • Press Ctrl+Shift+Alt+F8.

To delete line breakpoints

Do one of he following:

  • In the Breakpoints dialog box, select the desired line breakpoint, and click delete.
  • In the editor, locate the line with the line breakpoint to be deleted, and click its icon in the left gutter.
  • Place caret on the desired line and press Ctrl+F8.
Last modified: 20 July 2018

See Also