Remote debugging with MSVC 6
I need to do some remote debugging on an old program written with VC++6 (which I haven't used for many a long year). I haven't the faintest idea where my install disk is - or even if it contained the remote debugging monitor, as the later install disks do.
I tried running the remote debug monitor form VC++8 in the hope that it might be near enough to work - but it didn't :(
Does anyone know where I can obtain the remote debug monitor app for VC++6?
[Edit...] Or even what it was called? There's a pretty good chance I've already got it on the relevant PC if only I can remember its name. I tried searching for msvsmon.exe but only found the VC++8 version. :(
Re: Remote debugging with MSVC 6
I believe for VC++ 6 the name is MSVCMON.EXE.
This site has more info on how to set it up.
Re: Remote debugging with MSVC 6
Yes, that worked, thanks :thumb: