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

  • Thread starter Thread starter Ed Sutton
  • Start date Start date
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
 
Sorry, I found it right in front of me.

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

-Ed
 
Back
Top