![]() |
![]() |
![]() |
In this dialog, select exception types which, when thrown during a program's execution, will suspend execution and open the debugger browser. Normally, only uncaught exceptions open the debugger; exceptions selected here open it, even if the code catches them.
To select an exception, enable its checkbox. To deselect or select all the exceptions listed, use the Uncheck All and Check All buttons.
If you select the Sort by class name radio button, the exceptions are listed according to their class names, with their package names listed after. If you select the Sort by package name radio button, they are ordered by package name first, followed by class name.
Debugging during the Development Cycle
Selecting Exceptions for the Debugger to Catch