Exception Breakpoint Customizer
See Also
You can customize an exception breakpoint by right-clicking its name in the Breakpoints window and choosing Customize.
Properties
- Package Name. Shows the name of the package containing the exception statement.
- Exception Class Name. Shows the name of the class or superclass of the exception.
- Stop On. Specifies the action that triggers the breakpoint. You can stop the debugger only on exceptions that are caught, only on exceptions that are not caught, or on all exceptions.
- Condition. Specifies a Boolean expression that triggers the breakpoint when the expression evaluates to True. For information on the syntax rules for setting a condition, see Syntax Rules for Setting a Condition on a Breakpoint.
- Suspend. Specifies which threads in the program being debugged are suspended when the breakpoint is reached. You can specify no threads, all threads, or or breakpoint thread, the thread that is current when the breakpoint is reached.
- Print Text. The specified message is printed in the Debugger Console view of the Output window. For information on the tags you can include in the message, see
Printing a Breakpoint Message.
- See Also
- Setting a Java Breakpoint
- Breakpoints in the IDE
- Breakpoints Window
- Debugger Windows
Legal Notices