Debugging from Managed Code into unmanaged code

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Hello, dear all,
I have a solution that contain the managed project and unmanaged
project source code, and managed project will use the unmanaged
project as a library. The debugging in the managed code is fine. But
when the instruction run into unmanaged function, it can not step into
the unmanaged code.
Is this a fault of the VS2005?
 
I have a solution that contain the managed project and unmanaged
project source code, and managed project will use the unmanaged
project as a library. The debugging in the managed code is fine. But
when the instruction run into unmanaged function, it can not step into
the unmanaged code.

In your project's settings, change the debugger type to allow Mixed
(both native and managed code).

Dave
 
Back
Top