Skip to content

Commit c45629d

Browse files
authored
remote debugger path to match default VS 2017 install location
I think folks coming to this page are best served by having a path which will match the default install location of Visual Studio. Unfortunately due to the side-by-side installs of VS, we do have to choose an edition for the example paths.
1 parent b724835 commit c45629d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/debugger/remote-debugging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ If you just want to download and install the remote debugger and don't need any
6363

6464
You can find the remote debugger (**msvsmon.exe**) on a computer with Visual Studio Community, Professional, or Enterprise already installed. For some scenarios, the easiest way to set up remote debugging is to run the remote debugger (msvsmon.exe) from a file share. For usage limitations, see the remote debugger's Help page (**Help > Usage** in the remote debugger).
6565

66-
1. Find **msvsmon.exe** in the directory matching your version of Visual Studio. For Visual Studio 2017:
66+
1. Find **msvsmon.exe** in the directory matching your version of Visual Studio. For Visual Studio Enterprise 2017:
6767

68-
**Program Files\Microsoft Visual Studio 15.0\Common7\IDE\Remote Debugger\x86\msvsmon.exe**
68+
**Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger\x86\msvsmon.exe**
6969

70-
**Program Files\Microsoft Visual Studio 15.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe**
70+
**Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger\x64\msvsmon.exe**
7171

7272
2. Share the **Remote Debugger** folder on the Visual Studio computer.
7373

@@ -135,4 +135,4 @@ For debugging in ASP.NET and other server environments, you must either run the
135135
[Configure the Windows Firewall for Remote Debugging](../debugger/configure-the-windows-firewall-for-remote-debugging.md)
136136
[Remote Debugger Port Assignments](../debugger/remote-debugger-port-assignments.md)
137137
[Remote Debugging ASP.NET Core on a Remote IIS Computer](../debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md)
138-
[Remote Debugging Errors and Troubleshooting](../debugger/remote-debugging-errors-and-troubleshooting.md)
138+
[Remote Debugging Errors and Troubleshooting](../debugger/remote-debugging-errors-and-troubleshooting.md)

0 commit comments

Comments
 (0)