Re: VS2005: Can not do mixed managed and unmanaged debugging




In Just-In-Time Debugger dialog, make sure that "Manually choose
the debugging engines" checkbox is checked, and in the following
Attach To Process dialog select both Managed and Native engines.

Also make sure that VS2005 is registered as the just-in-time debugger
for managed and native applications
(Tools | Options | Debugging | Just-in-time | Native, Managed).

If it does not help, please tell what dialogs you see after the application
request the break-in, what choices you make in those dialogs, and what
messages you see (if there are any).

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]





.


Loading