Viewing Variables in the Auto Window

See Also

The Autos window displays the values of all variables that are within the scope of currently executing procedures. Where the Locals window shows variables for a single thread, the Autos window shows variables for all threads. This window allows you to learn about the changes to a variable that may be caused by code executing on a different thread. A variable remains visible as long as it is in scope, reflecting any changes to its value. When the variable goes out of scope it is removed from the Autos window.

To view the Autos window