Thread Breakpoint Customizer
See Also
You can customize a thread breakpoint by right-clicking its name in the Breakpoints window and choosing Customize.
Properties
- Set Breakpoint On. Specifies the action that triggers the breakpoint:
- Thread Start. When a thread starts.
- Thread Death. When a thread stops.
- Thread Start or Death. Both when a thread starts and when a thread stops.
- Suspend. Specifies which threads in the program being debugged are suspended when the breakpoint is reached. You can specify no threads, all threads, or the 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
- Debugging Threads in the IDE
- Breakpoints in the IDE
- Breakpoints Window
- Debugger Windows
Legal Notices