Re: Remote debugging question.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Would it be easier to perform remote debugging, or to install VS 2005 on Windows Vista and do local
debugging?

Native application debugging is pretty easy - just share the directory
where the msvsmon is on your development machine and run it from the
other machine, then configure it for a native (unsafe) connection.

The only quirk I'm aware of with remote debugging on Vista is that you
currently have to manually fiddle with the firewall settings to allow
the remote debugger to work. See here:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=720298&SiteID=1

Dave
.



Relevant Pages

  • Re: Mixed assembly crashes on exit
    ... On the first development machine: I have now set debugging for both the ... I have tried setting breakpoints at various places in MINTERNAL.H. ... I have also tested this code on the 2nd development machine. ... there is an "Exception" message. ...
    (microsoft.public.vsnet.debugging)
  • RE: Performance Problems.. Server hardware smoked by $500 box?
    ... > Post your kernel configs, or better yet, do a diff -u between ... At the very least you haven't remove the debugging ... *frown* The 5.0 development machine is running GENERIC. ... Swap ethernet cables with the development machine ...
    (freebsd-questions)
  • Re: Include WinDbg in VSJITDebugger debugger list
    ... but it may be a head to finding one: ... debugging. ... but that doesn't work for the VS 8 JIT debugger any more. ...
    (microsoft.public.vc.debugger)
  • Slow response while debugging in VS2003
    ... One of my office's development machine have this problem while debugging an ... Other machines debugging process are normal, ... developers' machine responses very slowly while step debugging. ...
    (microsoft.public.vsnet.ide)
  • Re: Studio 2003 debugging C# on Windows XP Embedded Target
    ... As I indicated in my previous reply, I never tried remote debugging of managed code on an XPe system. ... For debugging managed code remotely you will need so-called Full Remote Debugging support on client machine which requires DCOM. ...
    (microsoft.public.windowsxp.embedded)