In the local window, you can only see the variable values of this module. You cannot see the global variable values.
Does anyone know how to see the value of a global variable or all variables?
Is there a way to see all global variable values like a local window?
Some complex programs have a lot of global variables. Listing the values of all global variables is very useful for analyzing programs.