Is there feature that will automatically break debugging on first exception occurrence?
So we
- start application
- do something that throw exception
- got IntelliJ popped up highlighted line where exception occurred.
Is there feature that will automatically break debugging on first exception occurrence?
So we