New Breakpoint Dialog Box: Method
See Also
You use the New Breakpoint dialog box to set a breakpoint on a method.
To open the dialog box, from the main menu, choose Run > New Breakpoint, then select Method from the Breakpoint Type drop-down list.
- If the fields in the dialog box are already filled in, the information is based on the location of the insertion point in the Source Editor.
You can set the following values:
- Settings.
- 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
- Breakpoints in the IDE
Legal Notices