When debugging VS2012, I found that I can no longer access the values โโof the variables:
- The Locals window does not display anything (in the photo below).
- In the "Observation" window, I am informed "Unable to evaluate expression" for any expression (also in the figure below). My personal favorite is that he cannot evaluate
true . - And dragging any variable does not show any tool tips.

What I tried:
Restart Visual Studio
Computer reboot
Check loading loaded modules for debugging symbols
Uninstall the TeamCity plugin I installed yesterday
Search in the "Tools / Options / Debug" section for anything obvious (and disable other extensions that worked fine)
EDIT: I also tried to create a new solution.
I also noticed that the call stack shows a few empty lines, where I assume that they should be the names of external methods (pictured above). I'm not sure if this is relevant, but worth mentioning.
debugging visual-studio-2012
Jonny
source share