George George

George George

  • NA
  • 778
  • 0

debugging managed code and native code together

Jan 18 2009 5:57 AM

Hello everyone,

I have source codes for both managed code part and native code part of my project. My project is a console application wrote in managed code (C#), but invokes native C++ COM function through interop.

My question is, how to debug them together? What I expect is I could run from managed code, and step through manged code, and when managed code invokes native COM code through interop, I could also step into native part from managed code.

Any solutions?

thanks in advance,
George