Code::Blocks Forums
User forums => Help => Topic started by: 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?
-
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.