Skip to content

Commit b9ead51

Browse files
authored
Snapshot Debugger updates tied to VS15.5
1 parent 69cc4c5 commit b9ead51

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,21 @@ Snapshot collection is available for the following web apps running in Azure App
3939
- ASP.NET applications running on .NET Framework 4.6.1 or later.
4040
- ASP.NET Core applications running on .NET Core 2.0 or later on Windows.
4141

42-
Additionally, the Snapshot Debugger is only available for **Visual Studio Enterprise**.
42+
Additionally, the Snapshot Debugger is only available for **Visual Studio 2017 Enterprise (15.5+)**.
4343

4444
> [!NOTE]
4545
> With some additional configuration, Application Insights can automatically capture snapshots when your app hits an exception. For more information, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger). Application Insights supports Service Fabric apps in addition to Azure App Service.
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.5 Preview](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-preview-relnotes) or later.
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.
52-
53-
3. Open the project you would like to snapshot debug.
51+
2. Open the project you would like to snapshot debug.
5452

5553
> [!NOTE]
5654
> In order to snapshot debug, you need to open the **same version of source code** that is published to your Azure Azure App Service.
5755
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.
56+
3. 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.
5957

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

@@ -174,11 +172,10 @@ You can uninstall the Snapshot Debugger from Visual Studio by uninstalling it fr
174172

175173
## Known Issues
176174

175+
* Snapshot Debugging with multiple Visual Studio clients against the same App Service is not currently supported.
177176
* Roslyn IL Optimizations are not fully supported in ASP.NET Core projects. For some ASP.NET Core projects, you may not be able to see some variables or use some variables in conditional statements.
178177
* Special variables, ie *$FUNCTION* or *$CALLER*, cannot be evaluated in conditional statements or logpoints for ASP.NET Core projects.
179178
* Snapshot Debugging does not work on App Services which have [Local Caching](https://docs.microsoft.com/en-us/azure/app-service/app-service-local-cache) turned on.
180-
* Snapshot Debugging against [deployment slots](https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-staged-publishing) is not currently supported.
181-
* Snapshot Debugging with multiple Visual Studio clients against the same App Service is not currently supported.
182179

183180

184181
## See Also

0 commit comments

Comments
 (0)