Related Topics:| Breaking On Value Change | Breaking On Modify |
| Breaking On Condition | Breakpoints Window |
You can set an On Value Change breakpoint to stop program execution when the contents of a variable change.
To set an On Value Change breakpoint:
Breakpoints. Or, choose Execute
Set Breakpoints.
On Value Change and type the variable you want to view in the Event text box. For example:
var, or var[10]
Stop.
Note - To improve execution speed, limit single-stepping to a particular function using OptionWhile in.