Skip to content

Commit e068500

Browse files
author
William Xie
authored
Add instructions to update Cloud Explorer
This is to ensure users pick up the latest Cloud Explorer changes that are available publicly but not inserted in the base VS build.
1 parent 39765e9 commit e068500

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/debugger/debug-live-azure-applications.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,18 @@ Additionally, the Snapshot Debugger is only available for **Visual Studio Enterp
4646
4747
## Start the Snapshot Debugger
4848

49-
1. Install the [Visual Studio Enterprise 15.4 Preview](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-preview-relnotes) or later.
49+
1. Install the [Visual Studio Enterprise 15.4 Preview](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-preview-relnotes) or later. Ensure that your installation contains the Azure development workload.
5050

51-
2. Install the [Snapshot Debugger extension](http://aka.ms/snapshotdebuggervsix) for Visual Studio. This extension will enable you to set snappoints and logpoints against apps running in Azure App Services.
51+
2. Update to the latest Cloud Explorer from the **Tools > Extensions and Updates...** menu.
5252

53-
3. Open the project you would like to snapshot debug.
53+
3. Install the [Snapshot Debugger extension](http://aka.ms/snapshotdebuggervsix) for Visual Studio. This extension will enable you to set snappoints and logpoints against apps running in Azure App Services.
54+
55+
4. Open the project you would like to snapshot debug.
5456

5557
> [!NOTE]
5658
> In order to snapshot debug, you need to open the **same version of source code** that is published to your Azure Azure App Service.
5759
58-
4. In the Cloud Explorer, right click the Azure App Service your project is deployed to and select **Attach Snapshot Debugger** to start the Snapshot Debugger.
60+
5. In the Cloud Explorer, right click the Azure App Service your project is deployed to and select **Attach Snapshot Debugger** to start the Snapshot Debugger.
5961

6062
![Launch the snapshot debugger](../debugger/media/snapshot-launch.png "Launch the snapshot debugger")
6163

0 commit comments

Comments
 (0)