Skip to content

Commit 3ab2928

Browse files
authored
Merge pull request #8402 from MicrosoftDocs/main637971664746838250sync_temp
Repo sync for protected CLA branch
2 parents d7bdc82 + 748e9b9 commit 3ab2928

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/debugger/using-the-debuggerdisplay-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020

2121
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2222

23-
The <xref:System.Diagnostics.DebuggerDisplayAttribute> controls how an object, property, or field is displayed in the debugger variable windows. This attribute can be applied to types, delegates, properties, fields, and assemblies. If applied to a base type, the attribute also applies to a subclass.
23+
The <xref:System.Diagnostics.DebuggerDisplayAttribute> controls how an object, property, or field is displayed in the debugger variable windows. This attribute can be applied to types (classes, structs, enums, delegates). If applied to a base type, the attribute also applies to a subclass.
2424

2525
The `DebuggerDisplay` attribute has a single argument, which is a string to be displayed in the value column for instances of the type. This string can contain braces (`{` and `}`). Text within a pair of braces is evaluated as a field, property or method.
2626

docs/test/troubleshooting-code-coverage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ For more information, see [Use code coverage to determine how much code is being
3434

3535
You need Visual Studio Enterprise.
3636

37-
### Are you running code coverage for native(c++) module on ARM64 version of Visual Studio?
38-
39-
Code coverage for native module is not supported on ARM64 version of Visual Studio.
40-
4137
### No tests were executed
4238

4339
Analysis&mdash;Check your output window. In the **Show Output from** drop-down list, choose **Tests**. See if there are any warnings or errors logged.

0 commit comments

Comments
 (0)