Setting a Data Breakpoint to Halt Execution When Data is Changed

As soon as an attempt is made to change the value of a data variable, execution will halt, unless the data variable is being set to the same value.

To continue from a data breakpoint, click the Continue button or press F5. The next attempt to change the value of the data variable will be highlighted in the code.