You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/debug-live-azure-applications.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -39,23 +39,21 @@ Snapshot collection is available for the following web apps running in Azure App
39
39
- ASP.NET applications running on .NET Framework 4.6.1 or later.
40
40
- ASP.NET Core applications running on .NET Core 2.0 or later on Windows.
41
41
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+)**.
43
43
44
44
> [!NOTE]
45
45
> 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.
46
46
47
47
## Start the Snapshot Debugger
48
48
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.
50
50
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.
54
52
55
53
> [!NOTE]
56
54
> In order to snapshot debug, you need to open the **same version of source code** that is published to your Azure Azure App Service.
57
55
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.
59
57
60
58

61
59
@@ -174,11 +172,10 @@ You can uninstall the Snapshot Debugger from Visual Studio by uninstalling it fr
174
172
175
173
## Known Issues
176
174
175
+
* Snapshot Debugging with multiple Visual Studio clients against the same App Service is not currently supported.
177
176
* 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.
178
177
* Special variables, ie *$FUNCTION* or *$CALLER*, cannot be evaluated in conditional statements or logpoints for ASP.NET Core projects.
179
178
* 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.
0 commit comments