Skip to content

Commit f5d964e

Browse files
committed
edits
1 parent f81f60d commit f5d964e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/debugger/remote-debugging-azure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Remote Debug ASP.NET Core on IIS and Azure | Microsoft Docs"
33
ms.custom: "remotedebugging"
4-
ms.date: "05/21/2018"
4+
ms.date: "04/14/2020"
55
ms.topic: "conceptual"
66
ms.assetid: a6c04b53-d1b9-4552-a8fd-3ed6f4902ce6
77
author: "mikejo5000"
@@ -81,6 +81,8 @@ From Visual Studio, you can quickly publish and debug your app to a fully provis
8181

8282
1. Open **Server Explorer** (**View** > **Server Explorer**), right-click on the App Service instance and choose **Attach Debugger**.
8383

84+
If you see a message instructing your to install Cloud Explorer, install it. Then, right-click on the App Service instance in Cloud Explorer and choose **Attach Debugger**.
85+
8486
1. In the running ASP.NET application, click the link to the **About** page.
8587

8688
The breakpoint should be hit in Visual Studio.

docs/debugger/unable-to-connect-to-the-microsoft-visual-studio-remote-debugging-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Unable to Connect to the Microsoft Visual Studio Remote Debugging Monitor | Microsoft Docs"
3-
ms.date: "08/24/2017"
3+
ms.date: "04/14/2020"
44
ms.topic: "reference"
55
f1_keywords:
66
- "vs.debug.error.remote_debug"
@@ -63,7 +63,7 @@ If these values are correct and the message mentions **Windows Authentication**
6363

6464
## <a name="connection_terminated"></a> The connection with the remote endpoint was terminated
6565

66-
If you are debugging an Azure App Service app, try using the [Attach Debugger](../debugger/remote-debugging-azure.md#remote_debug_azure_app_service) command from Server Explorer instead of **Attach to Process**.
66+
If you are debugging an Azure App Service app, try using the [Attach Debugger](../debugger/remote-debugging-azure.md#remote_debug_azure_app_service) command from Cloud Explorer or Server Explorer instead of **Attach to Process**.
6767

6868
If you are using **Attach to Process** to debug:
6969

0 commit comments

Comments
 (0)