Cannot See Values While Debugging ASP.NET Core

狂风中的少年 提交于 2019-12-03 12:33:56

We might have found a solution (or at least a workaround) for the problem. If we go into Tools > Options > Debugging and enable Use Managed Compatibility Mode then we can inspect all the values we like.

I hope this solves the issue for you as well.

Update: Visual Studio 2015 Update 2 RC fixed the issue for me, but unfortunately not for the OP.

This behavior happens with 1.0.0-rc1-update1, but not with 1.0.0-rc2-16357. If possible, upgrade. Microsoft is aware of it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!