Add Java Exception
This command allows you to add a Java exception breakpoint. In the resulting dialog:
-
In the
Choose an Exception
field, type a string that is contained in the name of the exception you want to add. You can use wildcards as needed ("
*
" for any string and "
?
" for any character).
-
In the exceptions list, select the exception you want to add.
-
Check or clear the
Caught
and
Uncaught
check boxes as needed to indicate on which exception you want to suspend the program.