Skip to content

Commit 8b25fce

Browse files
authored
Merge pull request #8596 from MicrosoftDocs/main638022638965695854sync_temp
Repo sync for protected CLA branch
2 parents 62a1544 + 67d05f9 commit 8b25fce

9 files changed

+16
-41
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,6 +3020,11 @@
30203020
"redirect_url": "/visualstudio/data-tools/save-data-back-to-the-database",
30213021
"redirect_document_id": false
30223022
},
3023+
{
3024+
"source_path": "docs/debugger/remote-debugging-aks-on-linux-with-ssh.md",
3025+
"redirect_url": "/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh",
3026+
"redirect_document_id": false
3027+
},
30233028
{
30243029
"source_path": "docs/debugger/using-run-time-checks-without-the-c-run-time-library.md",
30253030
"redirect_url": "/visualstudio/debugger/how-to-use-native-run-time-checks",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The remote computer must be running one of the following operating systems:
4949

5050
### Network configuration
5151

52-
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 isn't recommended and may fail or be unacceptably slow.
52+
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-aks-on-linux-with-ssh.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ These procedures have been tested on these server configurations:
3939
The remote debugger is supported on Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
4040

4141
> [!NOTE]
42-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low-bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
42+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low-bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
4343
4444
## App already running in IIS?
4545

docs/debugger/remote-debugging-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Visual Studio 2019 or later versions is required to follow the steps shown in th
4242

4343
### Network requirements
4444

45-
Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
45+
Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
4646

4747
## App already running in IIS on the Azure VM?
4848

docs/debugger/remote-debugging-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
3535
The remote debugger is supported on Windows 7 and newer and versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
3636

3737
> [!NOTE]
38-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
38+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
3939
4040
## Download and Install the remote tools
4141

docs/debugger/remote-debugging-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
3434
The remote debugger is supported on Windows 7 and newer (not phone) and versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
3535

3636
> [!NOTE]
37-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow.
37+
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
3838
3939
## Download and Install the remote tools
4040

docs/debugger/remote-debugging-dotnet-core-linux-with-ssh.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Debug .NET Core on Linux"
33
description: Debug .NET Core on Linux using Secure Shell (SSH) by attaching to a process. Prepare your app for debugging. Build and deploy the app. Attach the debugger.
44
ms.custom: SEO-VS-2020
5-
ms.date: "08/24/2021"
5+
ms.date: "10/24/2022"
66
ms.topic: "conceptual"
77
helpviewer_keywords:
88
- "remote debugging, linux"
@@ -19,6 +19,9 @@ ms.workload:
1919

2020
Starting in Visual Studio 2017, you can attach to .NET Core processes running on a local or remote Linux deployment over Secure Shell (SSH). This article describes how to set up debugging and how to debug. For debugging scenarios using Docker containers, see [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) and the [container tools](../containers/edit-and-refresh.md) articles instead. To debug Linux on WSL 2 from Visual Studio (no attach to process), see [Debug .NET Core Apps in WSL 2 with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md).
2121

22+
> [!NOTE]
23+
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes.md) is recommended instead of attach to process.
24+
2225
## Prerequisites
2326

2427
[!INCLUDE [prerequisites-dotnet-linux-ssh](../debugger/includes/prerequisites-dotnet-linux-ssh.md)]

docs/debugger/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@
438438
href: debug-dotnet-core-in-wsl-2.md
439439
- name: Debug .NET Core on Linux using SSH
440440
href: remote-debugging-dotnet-core-linux-with-ssh.md
441-
- name: Remote debug .NET Core running in AKS on Linux using SSH
442-
href: remote-debugging-aks-on-linux-with-ssh.md
441+
- name: Debug .NET Core on AKS >>
442+
href: /visualstudio/bridge/bridge-to-kubernetes-vs.md
443443
- name: Debug with Container Tools >>
444444
href: ../containers/edit-and-refresh.md
445445
- name: Application types

0 commit comments

Comments
 (0)