
How to remote debug a system service and its com server?(VC6++ debugger)
You cannot Attach remotely using VC6. VC7 can do this however (and Detach
too!).
Andy
--
This posting is provided "AS IS" with no warranties, and confers no rights
Quote:
> Hi,
> It works if all debugging under same PC with debug option "attach to
> process..." but the remote debugging I can't even locate the process on
> another PC. Please suggest how can I do it?
> Background: I have a system service serve as component loader, it load
some
> com server. I need to debug the com server and system service as well.
> Thanks a lot.
> JXC