visual studio 2015 update 2 RTM and RC debugging context not available

限于喜欢 提交于 2019-12-02 16:13:05
Patrick Nelson - MSFT

This is a bug that was introduced in Visual Studio 2015 Update 2. Essentially the debugger is unable to inspect local variables in dynamic modules. We released a hotfix for it today.

You can download the patch here. Documentation for the patch is here. Let me know if the patch does not fix your particular scenario.

using trial and error method i found a workaround for know that will bring back context debugging.

from tools >  options > debugging > general then enable

and also (Use Managed Compatibility Mode - Enabled) please make sure json configuration file has this sections

"frameworks": {
    "dnx451": { }, 
    "dnxcore50": { }
},

I found a solution for visual studio 2015 update 3, 14.0.25420.01 I just removed "debugType": "portable" from project.json Now it works for me.

For Visual Studio Update 3 I reset my Visual C# settings and it worked.

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