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 ?
UPD.
- I use Helios Release.
- I already removed checkboxes from suspend on exception, and it did not helped.