Disabling Remote-Debugging Connection on Windows 2000

Posted by Kim Leeper on Stack Overflow See other posts from Stack Overflow or by Kim Leeper
Published on 2010-05-08T14:29:19Z Indexed on 2010/05/08 14:38 UTC
Read the original article Hit count: 185

Filed under:

I have two machines one running Win 2000 and one running Win XP both with VSC++ 6. I created an application on the Win XP machine (local) and sucessfuly used the Win2000 machine (remote) as the target for debugging. The code was in a shared drive on the Win2000 machine. This setup worked well, just like in the movies!

However, I now wish to use my Win2000 machine as a develpment machine again and I find I can not. When attempting to execute a natively compiled application on this machine, I get a dialog with the title of "Remote Execution Path And Filename" asking me for same. When dialog is cancelled as the program that is attemptng to execute is not remote, the program terminates without error.

Extra info! On the WinXP machine, VSC++, under the Build menu->Debugger Remote Connection->Remote Connection Dialog->the "Connection:" list box has two entries 'Local' and 'Network', on the Win2000 machine the 'Local' entry is not present, only the entry for 'Network'.

How do I get back my 'Local' entry on what used to be my target machine?

© Stack Overflow or respective owner

Related posts about remote-debugging