To set a breakpoint on a variable:
![]() |
Variable Access to stop your program when it queries a variable in the specified class and field |
![]() |
Variable Modification to stop your program when the value of the variable changes |
![]() |
Suspend debugging temporarily stops all threads in the debugging session when the program reaches the breakpoint. |
![]() |
Print text prints a message in the Output window
when it reaches the breakpoint. You can use a combination of text,
substitution codes, curly braces and a dollar sign in the message
(for example, {$mywatch} ).
|
See also | |
---|---|
Setting a Breakpoint on a Line
Setting a Breakpoint on a Method Name Setting a Breakpoint on an Exception Setting a Breakpoint on a Class Setting a Breakpoint on a Thread |