When using the debugger the watches window does not display global variables - only local variables and function arguments. Any one know of a way to make this display?
Quote from: markj_47 on November 01, 2009, 04:00:14 PM
When using the debugger the watches window does not display global variables - only local variables and function arguments. Any one know of a way to make this display?
You should manually add the global variables you want to watch.
Right-click on the watch window and use the "Add Watch" option to enter the name of the global you are interested in.