Variable Breakpoint Customizer
You can customize a variable breakpoint by right-clicking its name in the Breakpoints window and choosing Customize.
Properties
- Package Name. The package that the variable is in.
- Class Name. Shows the name of the class in which the breakpoint is set.
- Field Name. Specifies the name of the field that contains the breakpoint.
- Stop On. Specifies the action that triggers the breakpoint. Variable Access stops your program when it queries a variable in the specified class and field. Variable Modification stops your program when the value of the variable changes.
- 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
- Variables and Expressions in the IDE
- Breakpoints in the IDE
- Breakpoints Window
- Debugger Windows
Legal Notices