Debugging COM DLL written in C++?

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

zhaoyandong,

Assuming the project is in the same solution as your C# project, you can
go into the C# project and select on the properties "allow mixed mode
debugging", and this should let you step into your unmanaged C++ code.

Hope this helps.
 
I wrote a simple COM DLL in C++.

And call the methods of this DLL from an C# project.

But I don't know how to debug into this DLL.

Can you help me, pls?

Thnx in advance.
 
Back
Top