Skip to content

Commit 67d05f9

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 6a7b959 + a60ad6f commit 67d05f9

10 files changed

+19
-43
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

docs/porting/port-migrate-and-upgrade-visual-studio-projects.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Port, migrate, and upgrade projects
33
description: A reference for the support of projects created in current and earlier versions of Visual Studio.
4-
ms.date: 10/18/2022
4+
ms.date: 10/24/2022
55
ms.prod: visual-studio-windows
66
ms.technology: vs-ide-general
77
ms.topic: conceptual
@@ -116,7 +116,7 @@ Refer to the following articles for further discussion:
116116

117117
## See also
118118

119-
- [Project migration and upgrade reference for Visual Studio 2017](?view=vs-2017&preserve-view=true)
119+
- [Project migration and upgrade reference for Visual Studio 2017](/previous-versions/visualstudio/visual-studio-2017/porting/port-migrate-and-upgrade-visual-studio-projects?view=vs-2017&preserve-view=true)
120120
- [Visual Studio product lifecycle and servicing](/visualstudio/releases/2019/servicing/)
121121

122122
::: moniker-end
@@ -212,5 +212,6 @@ Refer to the following articles for further discussion:
212212
## See also
213213

214214
- [Project migration and upgrade reference for Visual Studio 2019](?view=vs-2019&preserve-view=true)
215+
- [Support for older versions of Visual Studio](https://devblogs.microsoft.com/visualstudio/support-reminder-for-older-versions-of-visual-studio/)
215216

216217
::: moniker-end

0 commit comments

Comments
 (0)