Debugging from Managed Code into unmanaged code

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?
 
D

David Lowndes

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
 

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