Reputation: 31
I wonder if there is any way to debug c++ dll called from C++ DllImport in VS 2010. I tried to attach the project into c++ application but it didn't work - didn't stop at a break point.
Any advice will be appreciated.
Upvotes: 0
Views: 1064
Reputation: 7848
If the program has loaded the DLL you can now debug it.
Upvotes: 1