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

后端 未结 10 594
离开以前
离开以前 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:09

    In my case the Solution Configuration was set to Debug but the Solution platform was set to Mixed Platforms. Setting the Solution Platform to Any CPU fixed the issue

提交回复
热议问题