Remote Debugging

From MPSWiki
Revision as of 06:07, 24 October 2018 by Svan (talk | contribs) (Created page with "*On Remote Computer: **Install remote debug (for VS 2013): [http://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/rtools_setup_x64.exe rto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • On Remote Computer:
    • Install remote debug (for VS 2013): rtools_setup_x64.exe
    • Or for 2017 VS: VS_RemoteTools.exe
    • Run: Start->Remote Debugger; Note: Make sure there is no firewall or it was configured properly(MSVSMON.EXE should be in exceptions!!!).
    • Go to Tool\Permission.. menu and add Domain Users.
  • On Client Computer:
    • Visual Studio -> Tools -> Attach to Process.
    • Select Transport to “Default”
    • Click Find -> you will see remote machine
    • Press refresh button
    • Select Process to debug
    • Press OK.