Skip to content

Commit ba58f20

Browse files
committed
Fixes from the review
Everything except (ms.service/ms.prod)
1 parent c7cd62b commit ba58f20

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/debugger/debug-live-azure-virtual-machines-time-travel-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Time Travel Debugging (TTD) preview in Visual Studio Enterprise provides the
2020

2121
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.
2222

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.
2424

2525
In this tutorial, you will:
2626

@@ -89,7 +89,7 @@ When a snappoint is turned on, it will capture a snapshot whenever the line of c
8989

9090
1. Click the View Snapshot link to open the Time Travel recording in the code editor.
9191

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**.
9393

9494
![Start Debugging](../debugger/media/time-travel-debugging-step-commands.png)
9595

docs/debugger/debug-live-azure-virtual-machines.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ In this tutorial, you will:
2929
3030
## Prerequisites
3131

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**.)
3333

3434
If it's not already installed, install [Visual Studio 2019 Enterprise](https://visualstudio.microsoft.com/vs/).
3535

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:
3737
* ASP.NET applications running on .NET Framework 4.6.1 or later.
3838
* ASP.NET Core applications running on .NET Core 2.0 or later on Windows.
3939

@@ -42,27 +42,27 @@ In this tutorial, you will:
4242
1. Open the project you would like to snapshot debug.
4343

4444
> [!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.
4646
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**.
4848

4949
![Launch the snapshot debugger from the Debug menu](../debugger/media/snapshot-debug-menu-attach.png)
5050

5151
![Select Azure Resource](../debugger/media/snapshot-select-azure-resource-vm.png)
5252

5353
> [!IMPORTANT]
5454
> 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.
5656
5757
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.
5858

5959
![Snapshot debugging mode](../debugger/media/snapshot-message.png)
6060

6161
> [!NOTE]
6262
> 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.
6464
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).
6666

6767
![Check the Modules window](../debugger/media/snapshot-modules.png)
6868

0 commit comments

Comments
 (0)