Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

How to step into a native C++ dll in Visual Studio?

$
0
0
I'm debugging my C# unity code through visual studio, and I would like to step into my native C++ code. From C#, I am loading my native c++ plugin using the LoadLibrary function.
Code (CSharp):
  1. [DllImport("kernel32.dll")]public static extern IntPtr LoadLibrary(string dllToLoad );
I can:
  • Debug my C# code
  • Load my C++ dll
  • Call my C++ dll functions
I can't ( and need help with ):
  • Stepping into my C++ dll functions
  • Seeing my C++ dll in Visual Studio's...

How to step into a native C++ dll in Visual Studio?

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>