My Visual Studio 2005 is no longer allowing me to inspect local or auto variables at runtime. In the locals panel, I can see the raw value of the 'this' pointer, but I cannot inspect the object it points to.
I have had no troubles with inspecting variables on the same set-up until this point. Has anyone experienced this problem?
Other details: The codebase is large, written in C++, and I use visual assist.