4.9.2.3 To Modify the Value of a Variable in the Locals Window
- The debugger must be in break mode.
- In the Locals window, select the value you want to edit by double clicking on it or using the TAB key.
- Type the new value and press ENTER.
Attention:
Editing floating-point values can result in minor inaccuracies because of the decimal-to-binary conversion of the fractional components. Even a seemingly harmless edit can change some of the least significant bits in the floating-point variable.