且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

调试时无法评估表达式

更新时间:2023-09-13 10:36:40

我今天在 VS2013 中遇到了这个问题.

I faced it today with VS2013.

转到工具 --> 选项 --> 调试 --> 常规 -->滚动到底部的使用托管兼容模式"并选择该选项.

Goto Tools --> Options --> Debugging --> General --> Scroll to the bottom for "Use Managed Compatibility Mode" and Select the option.

博客截图(网址如下):重新开始调试.希望能帮到其他人.

Screenshot from the blog(url below): Restart you debugging. Hope it helps others.

下面是什么对我有帮助!

此外,您可以看到@Dreamers 的回答 无法使用 Visual Studio 2013 调试托管代码

Also, you could see @Dreamers answer Unable to debug managed code using visual studio 2013