Setting a Data Breakpoint to Halt Execution When Data is Set

As soon as an attempt is made to set the value of a data variable, execution will halt. To continue from a data breakpoint, click the Continue button or press F5.

The next attempt to set the variable will be highlighted in the code.