Discussion:
Attach to process...
(too old to reply)
Alex
2008-01-09 16:12:01 UTC
Permalink
Hi all,

I am developing an application with Visual C++ 6.0. I need to debug
release mode exe. I have experience with visual studio 2005. There I can
attach process and debug. But, In Visual studio 6.0, Processes list is empty.
I tried from Build -> Start Debug -> Attach To Process. Here there are no
processes. and I checked System Process. I enabled Just In time debug from
debug tab of options of Tools.
and tried from task manager.

I didnt get success from any one of them.

How to attach process like in visual studio 2005.

Thanks in advance.
--
Thanks & Regards,
Alex.
David Lowndes
2008-01-09 23:18:17 UTC
Permalink
Post by Alex
I am developing an application with Visual C++ 6.0. I need to debug
release mode exe. I have experience with visual studio 2005. There I can
attach process and debug. But, In Visual studio 6.0, Processes list is empty.
I tried from Build -> Start Debug -> Attach To Process. Here there are no
processes.
This rings a bell to me a known bug - but I'm not sure which version
of VC++ it was with. If it is what I recall there is a patch for it
somewhere - Google!

Dave

Loading...