Visual studio 2012 - locals have disappeared

后端 未结 6 1900
遇见更好的自我
遇见更好的自我 2021-01-18 00:54

While debugging VS2012 I have found that I can no longer access variable values:

  • The Locals window does not show anything (pictured below).
  • The Watch
6条回答
  •  余生分开走
    2021-01-18 01:23

    I've eventually managed to sort this out by myself - so I'll give my solution here in case anyone else has the same problem:

    I found that in Tools->Options->Debugging->Symbols was pointing to an old NuGet symbol server. Somehow a wrong symbol server looked like it was taking down the entire Locals and Immediate Window systems.

    Updating the symbol server fixed my problems.

提交回复
热议问题