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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top