CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    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.
    Last edited by John E; May 5th, 2012 at 08:42 AM.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  2. #2
    Join Date
    May 2007
    Posts
    811

    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.

  3. #3
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    Re: Remote debugging with MSVC 6

    Yes, that worked, thanks
    "A problem well stated is a problem half solved.” - Charles F. Kettering

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured