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


in other vs 2015 c# project types property page project contains checkbox under debug tab enables native debugging. cannot see in asp.net core project , therefore unable step c++ dll dependency have code for.

it have limitation native debugging directly.

reference: no native code debugging in coreclr console application projects in vs2015?

one workaround using "attach process".


Comments