How can i list and watch all global variables on watch windows of visual studio (for c++)?
- by zeroboo
When stopped at a breakpoint on main(), i can manually add name of a global variables to watch windows, but what i want is how to show a list of all global variables, because i'm using an external library, which contains many static things.
Is it possible?
Thanks in advance!