Line Breakpoint Customizer
See Also
You can customize a line breakpoint by right-clicking its name in the Breakpoints window and choosing Customize.
Properties
- Source Name. Specifies the name of the source file that contains the breakpoint.
- Line Number. Shows the line number on which the breakpoint is set.
- Condition. Specifies a Boolean expression that triggers the breakpoint when the expression evaluates to True. For information on the syntax rules for setting a condition, see Syntax Rules for Setting a Condition on a Breakpoint.
- 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
- Breakpoints in the IDE
- Breakpoints Window
- Debugger Windows
Legal Notices