IDE/STS | Eclipse
How to configure Eclipse to skip Exceptions in debug mode?
bboks.net
2013. 2. 15. 17:00
Qustion
I am trying to debug huge system which has many caught exceptions. During debug process Eclipse stops on every exception, and I want to configure it to stop only on my breakpoint.
Is it any way to switch stopping on exceptions off ?
Answer
In the Eclipse preferences, you can uncheck the option Suspend execution on uncaught exceptions, located in Java > Debug panel.
[출처] How to configure Eclipse to skip Exceptions in debug mode?