Breakpoint Properties: Thread
See Also
You use this dialog box to set the properties of a field breakpoint.
You set field breakpoint properties when you set a new breakpoint or when modifying an
existing breakpoint.
You open this dialog box by right-clicking a thread breakpoint in the Breakpoints
window and choosing Properties.
You can set the following values:
- Settings:
- Stop 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.
- Conditions
- Break when hit count. When selected, enables you to specify how frequently the breakpoint is triggered.
Choose a criteria in the drop-down list and then specify a numerical value.
- Actions.
- 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.
- Enable Group. Select a group of breakpoints in the dropdown list to enable all the breakpoints in the group.
The dropdown list contains all named groups and default groups of breakpoints organized by file, project and type.
For more about named breakpoint groups, see Organizing Breakpoints Into a Group.
- Disable Group. Select a group of breakpoints in the dropdown list to disable all the breakpoints in the group.
- 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
- Debugging Threads in the IDE
- Breakpoints Window
- Organizing Breakpoints Into a Group
- Debugger Windows
Legal Notices