IntelliJ IDEA 2018.2 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 icons general add svg.

  3. Select Java Exception Breakpoint or JavaScript Exception Breakpoint from the drop-down list.

  4. In the Choose Exception Class dialog box, specify the desired exception class from the library, or from the project, and click OK.

    IntelliJ IDEA returns you to the Breakpoints dialog box.

  5. Configure the new exception breakpoint as described in Configuring Breakpoints.

Last modified: 20 November 2018

See Also