Software

To Modify the Value of a Variable in the Autos Window

  1. 1.The debugger must be in break mode.
  2. 2.Display the Autos window, if necessary.
  3. 3.In the Value column, double click the value you want to change.

    -or-

    Single click to select the line, then press the TAB key.

  4. 4.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 fractional components. Even a seemingly harmless edit can change some of the least significant bits in the floating-point variable.