Difference between revisions of "Remote Debugging"

From MPSWiki
Jump to: navigation, search
(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...")
 
Line 2: Line 2:
 
**Install remote debug (for VS 2013): [http://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/rtools_setup_x64.exe rtools_setup_x64.exe]  
 
**Install remote debug (for VS 2013): [http://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/rtools_setup_x64.exe rtools_setup_x64.exe]  
 
**Or for 2017 VS: [http://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202017/VS_RemoteTools.exe VS_RemoteTools.exe]  
 
**Or for 2017 VS: [http://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202017/VS_RemoteTools.exe 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!!!).
+
**Run (As Administrator!): 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.
 
**Go to Tool\Permission.. menu and add Domain Users.
  

Revision as of 14:33, 1 July 2019

  • On Remote Computer:
    • Install remote debug (for VS 2013): rtools_setup_x64.exe
    • Or for 2017 VS: VS_RemoteTools.exe
    • Run (As Administrator!): 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.