Visual Studio 2015 Debugging: Can't expand local variables?

后端 未结 10 577
离开以前
离开以前 2020-11-29 05:43

I\'m using Visual Studio 2015 preview, and I\'m trying to debug my project. I was using VS 2012 previously, and depended largely on being able to hover over and expand local

10条回答
  •  情深已故
    2020-11-29 06:07

    It might be a bug. Please file a Connect bug with a repro if you have one.

    In the meantime, you might be able to workaround the problem by setting the debugger options to use the legacy debug engine: Tools -> Options -> Debugging -> General: check both "Use the legacy C# and VB expression evaluators" and "Use Managed Compatibility Mode".

    That workaround has worked for me every time. But please, do still file the bugs!

提交回复
热议问题