本文介绍了如何在Visual Studio 2015中从asp.net核心项目启用本机调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在其他VS 2015 C#项目类型中,该项目的属性页"在调试"选项卡下包含一个复选框,可启用本机调试.我在Asp.Net Core项目中看不到这一点,因此无法进入我拥有代码的C ++ Dll依赖项.
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.
推荐答案
直接进行本机调试会有局限性.
It would have a limitation for native debugging directly.
参考:在VS2015?
一种解决方法是使用附加到流程".
One workaround is that using the "Attach to process".
这篇关于如何在Visual Studio 2015中从asp.net核心项目启用本机调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!