Add Java exception breakpoint
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 type you want to suspend the program.
Breakpoints
Catching Java exceptions
Using breakpoints
Launching a Java program
Running and debugging