Skip to content

Commit 27081b8

Browse files
authored
Merge pull request #300 from WilliamXieMSFT/patch-1
Add instructions to update Cloud Explorer
2 parents 7a4a2a2 + 441b766 commit 27081b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 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

5151
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.
5252

53-
3. Open the project you would like to snapshot debug.
53+
3. Launch VS and open Cloud Explorer from **View > Cloud Explorer**. Then update to the latest Cloud Explorer from the **Tools > Extensions and Updates...** menu in **Updates > Visual Studio Marketplace**.
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)