Skip to content

Commit 96ad70f

Browse files
Merge pull request #10283 from MicrosoftDocs/main638543559337900613sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 548453b + c201154 commit 96ad70f

File tree

58 files changed

+702
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+702
-473
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
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 are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.)
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.)
1616
- 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.
17-
- If you are 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*.
17+
- 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*.
1818

1919
::: moniker range=">=vs-2022"
2020

2121
|Version|Link|Notes|
2222
|-|-|-|
23-
|Visual Studio 2022|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2022)|Compatible with all Visual Studio 2022 versions. Download the version matching your device operating system (x86, x64, or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
24-
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64, or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
25-
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
26-
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
23+
|Visual Studio 2022|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2022)|Compatible with all Visual Studio 2022 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
24+
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
25+
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
26+
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
2727
|Visual Studio 2013|[Remote tools](/previous-versions/visualstudio/visual-studio-2013/bt727f1t(v=vs.120)#installing-the-remote-tools)|Download page in Visual Studio 2013 documentation|
2828
|Visual Studio 2012|[Remote tools](/previous-versions/visualstudio/visual-studio-2012/bt727f1t(v=vs.110)#installing-the-remote-tools)|Download page in Visual Studio 2012 documentation|
2929

@@ -32,9 +32,9 @@ On the remote device or server that you want to debug on, rather than the Visual
3232

3333
|Version|Link|Notes|
3434
|-|-|-|
35-
|Visual Studio 2019|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools. For the most recent version of the remote tools, open the [Visual Studio 2022 doc](../../debugger/remote-debugging.md?view=vs-2022&preserve-view=true).|
36-
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
37-
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
35+
|Visual Studio 2019|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools. For the most recent version of the remote tools, open the [Visual Studio 2022 doc](../../debugger/remote-debugging.md?view=vs-2022&preserve-view=true).|
36+
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
37+
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
3838
|Visual Studio 2013|[Remote tools](/previous-versions/visualstudio/visual-studio-2013/bt727f1t(v=vs.120)#installing-the-remote-tools)|Download page in Visual Studio 2013 documentation|
3939
|Visual Studio 2012|[Remote tools](/previous-versions/visualstudio/visual-studio-2012/bt727f1t(v=vs.110)#installing-the-remote-tools)|Download page in Visual Studio 2012 documentation|
4040

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ 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-
- 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 are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.)
15+
- 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.)
1616
- 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.
1717

1818
::: moniker range=">=vs-2022"
1919

2020
|Version|Link|Notes|
2121
|-|-|-|
22-
|Visual Studio 2022|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2022)|Compatible with all Visual Studio 2022 versions. Download the version matching your device operating system (x86, x64, or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
23-
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64, or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
24-
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
25-
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
22+
|Visual Studio 2022|[Remote tools](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta#remote-tools-for-visual-studio-2022)|Compatible with all Visual Studio 2022 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
23+
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On older versions of Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
24+
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
25+
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
2626
|Visual Studio 2013|[Remote tools](/previous-versions/visualstudio/visual-studio-2013/bt727f1t(v=vs.120)#installing-the-remote-tools)|Download page in Visual Studio 2013 documentation|
2727
|Visual Studio 2012|[Remote tools](/previous-versions/visualstudio/visual-studio-2012/bt727f1t(v=vs.110)#installing-the-remote-tools)|Download page in Visual Studio 2012 documentation|
2828

@@ -31,9 +31,9 @@ On the remote device or server that you want to debug on, rather than the Visual
3131

3232
|Version|Link|Notes|
3333
|-|-|-|
34-
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools. For the most recent version of the remote tools, open the [Visual Studio 2022 doc](../../debugger/remote-debugging.md?view=vs-2022&preserve-view=true).|
35-
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
36-
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help downloading the remote tools.|
34+
|Visual Studio 2019|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202019)|Compatible with all Visual Studio 2019 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools. For the most recent version of the remote tools, open the [Visual Studio 2022 doc](../../debugger/remote-debugging.md?view=vs-2022&preserve-view=true).|
35+
|Visual Studio 2017|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202017)|Compatible with all Visual Studio 2017 versions. Download the version matching your device operating system (x86, x64 (AMD64), or ARM64). On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
36+
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](/previous-versions/visualstudio/visual-studio-2017/debugger/remote-debugging-unblock-file-download) for help with downloading the remote tools.|
3737
|Visual Studio 2013|[Remote tools](/previous-versions/visualstudio/visual-studio-2013/bt727f1t(v=vs.120)#installing-the-remote-tools)|Download page in Visual Studio 2013 documentation|
3838
|Visual Studio 2012|[Remote tools](/previous-versions/visualstudio/visual-studio-2012/bt727f1t(v=vs.110)#installing-the-remote-tools)|Download page in Visual Studio 2012 documentation|
3939

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
-2.63 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)