Using SE 25.0.1 on Windows and Linux. When debugging a C/C++ executable I can see auto (with gdb, not with windbg) and local variables. There is also a view for members, but I cannot find a way to see global variables other than adding a watch for them individually. Is there a way for SE to show the state of any global variables in the current debug target?