Skip to content

Commit 9d709bc

Browse files
Merge pull request #14346 from Mikejo5000/mikejo-br26
Clarify version compatibility for remote tools
2 parents 8c55679 + 800c902 commit 9d709bc

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

docs/debugger/includes/remote-debugger-download-cpp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
On the remote device or server that you want to debug on, rather than the Visual Studio machine, download and install the correct version of the remote tools from the links in the following table.
1414

15-
- Download the most recent remote tools for your version of Visual Studio. The latest remote tools version is compatible with earlier Visual Studio versions, but earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you're using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, don't download the remote tools for Visual Studio 2022.)
15+
::: moniker range=">=visualstudio"
16+
- Download the most recent update of the remote tools for your version of Visual Studio. Remote tools for Visual Studio 2022 and 2026 can be used with either version of Visual Studio. However, remote tools versions that are earlier than Visual Studio 2022 aren't compatible with later Visual Studio versions. (For example, if you're using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, don't download the remote tools for Visual Studio 2022.)
17+
::: moniker-end
18+
::: moniker range="vs-2022"
19+
- Download the most recent update of the remote tools for your version of Visual Studio. Earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you're using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, don't download the remote tools for Visual Studio 2022.)
20+
::: moniker-end
1621
- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug a 32-bit app on a remote computer running a 64-bit operating system, install the 64-bit remote tools.
1722
- If you're remote debugging an ARM64EC application on an ARM64 device, install the ARM64 remote tools, and then launch the x64 remote debugger that gets installed with those tools. This can be found under: *Program Files (x86)\Microsoft Visual Studio\<version>\Common7\IDE\Remote Debugger\x64*.
1823

docs/debugger/includes/remote-debugger-download.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ title: Remote debugger download
1212

1313
On the remote device or server that you want to debug on, rather than the Visual Studio machine, download and install the correct version of the remote tools from the links in the following table.
1414

15+
::: moniker range=">=visualstudio"
16+
- Download the most recent update of the remote tools for your version of Visual Studio. Remote tools for Visual Studio 2022 and 2026 can be used with either version of Visual Studio. However, remote tools versions that are earlier than Visual Studio 2022 aren't compatible with later Visual Studio versions. (For example, if you're using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, don't download the remote tools for Visual Studio 2022.)
17+
::: moniker-end
18+
::: moniker range="vs-2022"
1519
- Download the most recent update of the remote tools for your version of Visual Studio. Earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you're using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, don't download the remote tools for Visual Studio 2022.)
20+
::: moniker-end
1621
- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug x86 applications on a remote computer running an x64 operating system, install the x64 remote tools. To debug x86, ARM, or x64 applications on an ARM64 operating system, install the ARM64 remote tools.
17-
22+
1823
::: moniker range=">=vs-2022"
1924

2025
|Version|Link|Notes|

docs/ide/reference/remove-unused-references.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ This refactoring applies to:
3838
1. Select **Remove Unused References**.
3939

4040
::: moniker range=">= vs-2022"
41-
![Screenshot of Remove Unused References command.](media/vs-2022/remove-unused-references-command.png)
41+
![Screenshot of Remove Unused References command](media/vs-2022/remove-unused-references-command.png)
4242
::: moniker-end
4343
::: moniker range="vs-2019"
44-
![Screenshot of Remove Unused References command.](media/remove-unused-references-command.png)
44+
![Screenshot of Remove Unused References command](media/remove-unused-references-command.png)
4545
::: moniker-end
4646

4747
1. The **Remove Unused References** dialog opens, displaying references that have no usage in source code. Unused references are pre-selected for removal with an option to preserve references by selecting `Keep` from the Action drop down.
4848

4949
::: moniker range=">= vs-2022"
50-
![Screenshot of Remove Unused References dialog.](media/vs-2022/remove-unused-references-dialog.png)
50+
![Screenshot of Remove Unused References dialog](media/vs-2022/remove-unused-references-dialog.png)
5151
::: moniker-end
5252
::: moniker range="vs-2019"
53-
![Screenshot of Remove Unused References dialog.](media/remove-unused-references-dialog.png)
53+
![Screenshot of Remove Unused References dialog](media/remove-unused-references-dialog.png)
5454
::: moniker-end
5555

5656
1. Click `Apply` to remove selected references.

0 commit comments

Comments
 (0)