Skip to content

Commit 085de27

Browse files
authored
Merge pull request #10119 from Mikejo5000/mikejo-br18
Update remote debugger path
2 parents e1383ab + 20b77cf commit 085de27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/remote-debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Remote debugging"
33
description: Debug a Visual Studio application that has been deployed on a different computer by using the Visual Studio remote debugger.
44
ms.custom: ['remotedebugging', 'SEO-VS-2020']
5-
ms.date: 05/27/2022
5+
ms.date: 06/22/2022
66
ms.topic: conceptual
77
f1_keywords:
88
- "vs.debug.remote.overview"
@@ -58,9 +58,9 @@ You can find the remote debugger (*msvsmon.exe*) on a computer with Visual Studi
5858

5959
::: moniker range=">=vs-2022"
6060

61-
*Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Remote Debugger\x64\msvsmon.exe*
61+
*Program Files\Microsoft Visual Studio 17.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe*
6262

63-
*Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Remote Debugger\x86\msvsmon.exe*
63+
*Program Files\Microsoft Visual Studio 17.0\Common7\IDE\Remote Debugger\x86\msvsmon.exe*
6464

6565
::: moniker-end
6666
::: moniker range="vs-2019"

0 commit comments

Comments
 (0)