How to step into C/C++ DLL from C# application while debugging

abatishchev picture abatishchev · Apr 19, 2009 · Viewed 15.1k times · Source

I have two project in my solution: C/C++ Win32 DLL and some C# application.

What I have to do to be able to step into DLL while debugging?

I switched on all debugging options in C++ project's settings and copied to C# application root next files: MyLib.dll, MyLib.pdb, vc90.pdb, vc90.idb, but it doesn't helped.

What additional actions have I to carry out?

Answer

billb picture billb · Apr 19, 2009

Have you turned on Enable Unmanaged Code Debugging in your C# project?