How step into unmanaged C+++ ATL/COM code?

E

Ed Sutton

How can I step into my ATL/COM object source code from my C# project?

Both my C# project and my C++ ATL/COM project have been added to the
same solution. My C# project uses a project reference to my ATL/COM
project. I set my ATL/COM project DebuggerType=Mixed. I did not see a
similar setting for my C# project.

Any tips or suggestions are greatly appreciated,

-Ed
 
E

Ed Sutton

Sorry, I found it right in front of me.

Under the C# project ConfigurationProperties->Debugging
Under the category Debuggers, set UnmanagedDebugging = True

-Ed
 

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