How to set up remote debugging on a machine without Visual Studio

后端 未结 6 1911
生来不讨喜
生来不讨喜 2020-12-04 07:47

Is there a way to set up Remote Debugging (Msvscom.exe) on a machine that does not have Visual Studio installed?

I would like to attach to the service running on the

6条回答
  •  旧时难觅i
    2020-12-04 08:16

    There's also another way which I prefer (if you have fast internet connection).

    You don't have to download or install anything on remote desktop connection.

    1. You can share your disk C: while connecting via Remote Desktop Connection.

    2. On the remote desktop go to location (depending on your local location)

      \\tsclient\C\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger\x64
      
    3. (optional) Create shortcut to folder or msvsmon.exe on desktop

    4. Run it remotely from your local disk via shared disk. (start can take few seconds depending on your connection quality)

    Option2: Copy Remote Debugger\x64 or x86 folder to the remote location and use it.

提交回复
热议问题