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-virtual-machines-time-travel-debugging.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Time Travel Debugging (TTD) preview in Visual Studio Enterprise provides the
20
20
21
21
Capturing a TTD recording will not halt the application, however, recording will add significant overhead to your running process, slowing it down based on factors that include the process size and the number of active threads.
22
22
23
-
This feature will be in preview for the release of Visual Studio 2019 with a go live license. We plan to add more TTD scenarios in future updates.
23
+
This feature is in preview for the release of Visual Studio 2019 with a go live license.
24
24
25
25
In this tutorial, you will:
26
26
@@ -89,7 +89,7 @@ When a snappoint is turned on, it will capture a snapshot whenever the line of c
89
89
90
90
1. Click the View Snapshot link to open the Time Travel recording in the code editor.
91
91
92
-
You can execute every line of code recorded by the TTD by using the **Continue** and **Reverse Continue** buttons. Additionally the the Debug toolbar can be used to **Show Next Statment**, **Step Into**, **Step Over**, **Step Out**, **Step Back Into**, **Step Back Over**, **Step Back Out**.
92
+
You can execute every line of code recorded by the TTD by using the **Continue** and **Reverse Continue** buttons. Additionally the the Debug toolbar can be used to **Show Next Statement**, **Step Into**, **Step Over**, **Step Out**, **Step Back Into**, **Step Back Over**, **Step Back Out**.
Copy file name to clipboardExpand all lines: docs/debugger/debug-live-azure-virtual-machines.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ In this tutorial, you will:
29
29
30
30
## Prerequisites
31
31
32
-
* Snapshot Debugger for Azure Virtual Machines (VM) and Azure Virtual Machine Scale Sets (VMSS) is only available for Visual Studio 2019 Enterprise or higher with the **Azure development workload**. (Under the **Individual components** tab, you find it under **Debugging and testing** > **Snapshot debugger**.)
32
+
* Snapshot Debugger for Azure Virtual Machines (VM) and Azure Virtual Machine Scale Sets is only available for Visual Studio 2019 Enterprise or higher with the **Azure development workload**. (Under the **Individual components** tab, you find it under **Debugging and testing** > **Snapshot debugger**.)
33
33
34
34
If it's not already installed, install [Visual Studio 2019 Enterprise](https://visualstudio.microsoft.com/vs/).
35
35
36
-
* Snapshot collection is available for the following Azure VM/VMSS web apps:
36
+
* Snapshot collection is available for the following Azure Virtual Machines\Virtual Machine Scale Sets web apps:
37
37
* ASP.NET applications running on .NET Framework 4.6.1 or later.
38
38
* ASP.NET Core applications running on .NET Core 2.0 or later on Windows.
39
39
@@ -42,27 +42,27 @@ In this tutorial, you will:
42
42
1. Open the project you would like to snapshot debug.
43
43
44
44
> [!IMPORTANT]
45
-
> To snapshot debug, you need to open the *same version of source code* that is published to your Azure VM/VMSS service.
45
+
> To snapshot debug, you need to open the *same version of source code* that is published to your Azure Virtual Machine\Virtual Machine Scale Set service.
46
46
47
-
1. Choose **Debug > Attach Snapshot Debugger...**. Select the Azure VM/VMSS your web app is deployed to and an Azure storage account, and then click **Attach**.
47
+
1. Choose **Debug > Attach Snapshot Debugger...**. Select the Azure Virtual Machine\Virtual Machine Scale Set your web app is deployed to and an Azure storage account, and then click **Attach**.
48
48
49
49

> The first time you select **Attach Snapshot Debugger** for your VM, IIS is automatically restarted.
55
-
> The first time you select **Attach Snapshot Debugger** for your VMSS, requires the manual upgrade of each instance of the VMSS.
55
+
> The first time you select **Attach Snapshot Debugger** for your Virtual Machine Scale Sets, requires the manual upgrade of each instance of the Virtual Machine Scale Sets.
56
56
57
57
The metadata for the **Modules** will not initially be activated, navigate to the web app and the **Start Collection** button will become active. Visual Studio is now in snapshot debugging mode.
> The Application Insights site extension also supports Snapshot Debugging. If you encounter a "site extension out of date" error message, see [troubleshooting tips and known issues for snapshot debugging](../debugger/debug-live-azure-apps-troubleshooting.md) for upgrading details.
63
-
> For VMSS the user is required to manually upgrade the instances in their VMSS after attaching the Snapshot Debugger for the first time.
63
+
> For VMSS the user is required to manually upgrade the instances in their Virtual Machine Scale Sets after attaching the Snapshot Debugger for the first time.
64
64
65
-
The **Modules** window shows you when all the modules have loaded for the Azure VM/VMSS (choose **Debug > Windows > Modules** to open this window).
65
+
The **Modules** window shows you when all the modules have loaded for the Azure Virtual Machine\Virtual Machine Scale Set (choose **Debug > Windows > Modules** to open this window).
66
66
67
67

0 commit comments