How do I enable native debugging from an asp.net core project in Visual Studio 2015?

喜夏-厌秋 提交于 2020-01-17 05:45:10

问题


In other VS 2015 C# project types the Property Page for the project contains a checkbox under the Debug tab which enables native debugging. I cannot see this in an Asp.Net Core project and am therefore unable to step into a C++ Dll dependency which I have the code for.


回答1:


It would have a limitation for native debugging directly.

Reference: No native code debugging in CoreCLR console application projects in VS2015?

One workaround is that using the "Attach to process".



来源:https://stackoverflow.com/questions/38701204/how-do-i-enable-native-debugging-from-an-asp-net-core-project-in-visual-studio-2

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