问题
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