Is there “Break on Exception” in IntelliJ?

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.

6 Answers
6

Leave a Comment