Skip to content

Celtoys/RemoteDebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoteDebug

Remote Debugging for VS2017 Open Folder feature

Setup:

  • Ensure the remote machine has Remote Debugging setup and msvsmon is running.
  • Install this extension by running RemoteDebug.vsix.
  • Open your project folder.
  • Add a new RemoteDebug.xml settings file to ${workspaceRoot}\.vs\RemoteDebug.xml that contains:
    <RemoteDebug>
      <MachineName>Machine name visible to local network</MachineName>
      <Path>Full path to executable on remote machine</Path>
    </RemoteDebug>
  • Select Tools|Remote Debug: Launch to launch your debug session on the remote machine.

About

Remote Debugging for VS2017 Open Folder feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages