New Breakpoint Dialog Box: Thread
See Also
You use the New Breakpoint dialog box to set a breakpoint on a thread.
To open the dialog box, from the main menu, choose Run > New Breakpoint, then select Thread from the Breakpoint Type drop-down list.
You can set the following values:
- Settings: Set Breakpoint On. Defines when to trigger 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.
- Actions. The actions to take when the breakpoint is triggered.
- 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 breakpoint thread is 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
- New Breakpoint Dialog Box
- Setting a Java Breakpoint
- Debugging Threads in the IDE
- Breakpoints in the IDE
Legal Notices