.net8 SDK based on CMake does not allow native debugging
I am porting a hugh project from visual studio projects (c,c++,c#) to cmake (c, c++ and c# .NET SDK Style). I get everthing build with some small adjustments after unifying my project generation via cmake. Now I have a problem enabling native debugging when running a c# app (my c++ breakpoint get not hit).
.net8 SDK based on CMake does not allow native debugging
I am porting a hugh project from visual studio projects (c,c++,c#) to cmake (c, c++ and c# .NET SDK Style). I get everthing build with some small adjustments after unifying my project generation via cmake. Now I have a problem enabling native debugging when running a c# app (my c++ breakpoint get not hit).