How to debug C++ projected in C# using CsWinRT? #1525
-
I'm following the Simple Math Component tutorial for projecting and running C++/WinRT from within C# projects using CsWinRT, and I want to debug into the C++ code when running the C# application. The problem is that the C++-generated DLL is loaded by WinRT at runtime and I cannot find it in the debugging modules (and I cannot load its symbols since the DLL is not loaded by Visual Studio). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Enabling mixed mode debugging in the visual studio settings will allow you to do this |
Beta Was this translation helpful? Give feedback.
Enabling mixed mode debugging in the visual studio settings will allow you to do this