Skip to content

Commit 9ece68c

Browse files
authored
Updates to multi-threaded debugging (#8471)
* F1 keyword edits * tweak * tweak * tweak * unit testing updates * freshness checks * freshness checks * Updated freshness * Visualizer updates * minor edits * link fix * fixes MicrosoftDocs/visualstudio-docs#6597 * fixes MicrosoftDocs/visualstudio-docs#6579
1 parent a543620 commit 9ece68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugger/supported-code-changes-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Supported Code Changes (C# and Visual Basic) | Microsoft Docs"
33
description: Understand what code changes are supported when you are using the Edit and Continue feature while debugging a C# or Visual Basic project in Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: "10/11/2018"
5+
ms.date: "9/03/2020"
66
ms.topic: "conceptual"
77
dev_langs:
88
- "CSharp"

docs/debugger/walkthrough-debugging-a-parallel-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This walkthrough shows how to use the **Parallel Tasks** and **Parallel Stacks**
248248

249249
1. To resume execution until the second breakpoint is hit, on the **Debug** menu, click **Continue**.
250250

251-
Previously, the **Status** column showed all tasks as Active, but now two of the tasks are Blocked. Tasks can be blocked for many different reasons. In the **Status** column, hover over a waiting task to learn why it is blocked. For example, in the following illustration, task 3 is waiting on task 4.
251+
Previously, the **Status** column showed all tasks as Active, but now two of the tasks are Blocked. Tasks can be blocked for [many different reasons](/dotnet/standard/parallel-programming/potential-pitfalls-in-data-and-task-parallelism). In the **Status** column, hover over a waiting task to learn why it is blocked. For example, in the following illustration, task 3 is waiting on task 4.
252252

253253
![Two waiting tasks in Tasks window](../debugger/media/pdb_walkthrough_7.png "PDB_Walkthrough_7")
254254

0 commit comments

Comments
 (0)