Is there a way to debug a native DLL and a C# exe simultaneously?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using VS2005 and CF2.0.
I can call native code in native DLL from C# exe program through P/Invoke
without problems.
However if the DLL project is set as the startup project I can only debug my
native C++ DLL, not the C# program.
If I set the C# project as the startup project I can only debug my C#
program, not the C++ DLL.
Is there a way to debug both simultaneously ( as in desktop windows?) in a
mixed mode? Enable managed and unmanaged debugger?

Thanks
Werner
 
Back
Top