Skip to content

Commit 43e54f1

Browse files
Merge pull request #15267 from Mikejo5000/mikejo-br29
Update remote debugger requirements
2 parents 42bafbe + c7c2446 commit 43e54f1

2 files changed

Lines changed: 13 additions & 29 deletions

File tree

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

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,20 @@ translation.priority.ht:
1515
- "zh-cn"
1616
- "zh-tw"
1717
---
18-
### Supported Operating Systems
18+
### System requirements
1919

20-
The remote computer must be running one of the following operating systems:
20+
The remote tools support the same system requirements as Visual Studio, with some changes. For details, see the system requirements for your version of Visual Studio:
2121

22-
- Windows 11
23-
24-
- Windows 10 (not phone)
25-
26-
- Windows 8 or 8.1 (not phone)
27-
28-
- Windows 7 Service Pack 1
22+
::: moniker range=">=visualstudio"
23+
- [Remote Tools for Visual Studio 2026 system requirements](/visualstudio/releases/2026/vs-system-requirements#remote-tools-for-visual-studio-system-requirements)
24+
- [Remote Tools for Visual Studio 2022 system requirements](/visualstudio/releases/2022/system-requirements#remote-tools-and-intellitrace-standalone-collector-for-visual-studio-2022-system-requirements)
25+
- [Remote Tools for Visual Studio 2019 system requirements](/visualstudio/releases/2019/system-requirements#remote-tools-performance-tools-and-intellitrace-standalone-collector-for-visual-studio-2019-system-requirements)
26+
::: moniker-end
27+
::: moniker range="vs-2022"
28+
- [Remote Tools for Visual Studio 2022 system requirements](/visualstudio/releases/2022/system-requirements#remote-tools-and-intellitrace-standalone-collector-for-visual-studio-2022-system-requirements)
29+
- [Remote Tools for Visual Studio 2019 system requirements](/visualstudio/releases/2019/system-requirements#remote-tools-performance-tools-and-intellitrace-standalone-collector-for-visual-studio-2019-system-requirements)
30+
::: moniker-end
2931

30-
- Windows Server 2016
31-
32-
- Windows Server 2012 or Windows Server 2012 R2
33-
34-
- Windows Server 2008 Service Pack 2, Windows Server 2008 R2 Service Pack 1
35-
36-
### Supported Hardware Configurations
37-
38-
- 1.6 GHz or faster processor
39-
40-
- 1 GB of RAM (1.5 GB if running on a virtual machine)
41-
42-
- 1 GB of available hard disk space
43-
44-
- 5400-RPM hard drive
45-
46-
- DirectX 9-capable video card running at 1024 x 768 or higher display resolution
47-
48-
### Network configuration
32+
### Network configuration
4933

5034
The remote computer and the Visual Studio computer must be connected over a network, workgroup, or homegroup, or else connected directly through an Ethernet cable. Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions isn't recommended and may fail or be unacceptably slow.

docs/debugger/remote-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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.
4-
ms.date: 12/17/2025
4+
ms.date: 04/20/2026
55
ms.topic: how-to
66
f1_keywords:
77
- "vs.debug.remote.overview"

0 commit comments

Comments
 (0)