Hi,
Is there any way of telling the debugger which program types you want it to
debug? I've just experienced a problem with mixed managed/unmanaged C++
where the debugger wasn't debugging native code and was doing all sorts of
weird stuff in the unmanaged code. By running without debugging and
attaching the debugger I was able to specify which program types it should
debug, and it now seems to have carried that setting over for running with
the debugger through the IDE. Is there a way to get this effect from the
get-go? It was a bit annoying, as I'd assumed the debugger was behaving
normally and so spent some time testing components separately to find the
problem, before realising that the code was fine and the debugger wasn't
doing things correctly.
Thanks,
Steve
Oleg Starodumov - 19 Apr 2004 12:59 GMT
Project Properties | Configuration Properties | Debugging | Debugger Type
Regards,
Oleg
Steve McLellan - 19 Apr 2004 14:51 GMT
Splendid, just the trick. Thanks!
Steve
> Project Properties | Configuration Properties | Debugging | Debugger Type
>
> Regards,
> Oleg