WebStorm 2018.1 Help

Creating Exception Breakpoints

  1. On the main menu, choose Run | View Breakpoints, or press Ctrl+Shift+F8.
  2. In the Breakpoints dialog box that opens, click new.
  3. Select JavaScript Exception Breakpoint from the drop-down list.
    ws create exception breakpoint
  4. In the Add Exception Breakpoint dialog box that opens, specify the custom Exception type to break on or use a standard Warning, Notice, or Deprecated to break on JavaScript error conditions. Click OK when ready.

    WebStorm returns you to the Breakpoints dialog box.

  5. Configure the new exception breakpoint as described in Configuring Breakpoints.
Last modified: 20 July 2018

See Also