Class Breakpoint Customizer
See Also
You can set the properties of a class breakpoint by right-clicking its name in the Breakpoints window and choosing Customize.
Properties
- Class Filter. Describes what to do with this section.
- Exclusion Filter. If selected, suspends program execution when a class whose name does not match the specified class name is loaded. If not selected, suspends program execution when a class with the specified name is loaded.
- Breakpoint Set On. Specifies the action that triggers the breakpoint. You can trigger the breakpoint when the class is loaded into the virtual machine, when the class is unloaded from the virtual machine, or both.
- Suspend. Specifies which threads in the program being debugged are suspended when the breakpoint is reached. You can specify no threads, all threads, 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
- Classes Window
- Debugger Windows
Legal Notices