Is there "Break on Exception" in IntelliJ?

Mike Chaliy picture Mike Chaliy · Jun 1, 2009 · Viewed 67.9k times · Source

Is there feature that will automatically break debugging on first exception occurrence?

So we

  1. start application
  2. do something that throw exception
  3. got IntelliJ popped up highlighted line where exception occurred.

Answer

Mike Chaliy picture Mike Chaliy · Jun 1, 2009

Run | View Breakpoints | Exception Breakpoints