This is a minor annoyance for me, which continues to rise. When I debug a program, I see variables in the immediate area, but I do not see variables that are global, static, or variables inherited from the 'this' class. The only way I know how to get these values ββfor testing is to create a dummy variable to hold the variable I want as part of this function, which is inefficient or elegant.
Is there an easier way to see the value of all / all three types of variables that I mentioned when going through the debugger?
thanks
source share