Debugging the NetProjectionSample #2423
MartinRichards23
started this conversation in
General
Replies: 2 comments 4 replies
-
Can you confirm that you do have Mixed mode debugging enabled and can you confirm that symbols for your native dll are loaded. You can check that in the modules window discussed here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the NetProjectionSample example and it works as expected. However I haven't been able debug the c++ code yet, other answers to enable mixed mode debugging, but in the sample the ConsoleAppSample and SimpleMathComponent aren't even in the same solution and we really need to be able to put break points in the c++ code. I tried putting the projects in the same solution but the c++ break points are never hit.
We have a large C++/Winrt project used by our UWP app that we want to transition to WASDK, but we need to be able to debug the C++.
What do I need to do to debug the NetProjectionSample?
Beta Was this translation helpful? Give feedback.
All reactions