Skip to content

Commit 91a30f7

Browse files
committed
updates
1 parent c53a520 commit 91a30f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: docs/debugger/create-custom-views-of-native-objects.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create custom views of C++ objects
33
description: Use the Natvis framework to customize the way that Visual Studio displays native types in the debugger
4-
ms.date: 08/18/2022
4+
ms.date: 08/17/2023
55
ms.topic: how-to
66
f1_keywords:
77
- natvis
@@ -207,7 +207,10 @@ The errors appear in the **Output** window.
207207

208208
## <a name="BKMK_Syntax_reference"></a> Natvis syntax reference
209209

210+
The following elements and attributes can be used in the Natvis file.
211+
210212
### <a name="BKMK_AutoVisualizer"></a> AutoVisualizer element
213+
211214
The `AutoVisualizer` element is the root node of the *.natvis* file, and contains the namespace `xmlns:` attribute.
212215

213216
```xml

Diff for: docs/debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Remote Debug ASP.NET Core on a Remote IIS Computer | Microsoft Docs"
33
description: Debug an ASP.NET Core application that has been deployed to a remote Internet Information Services (IIS) computer using the Visual Studio remote debugger.
44
ms.custom: remotedebugging
5-
ms.date: 08/29/2022
5+
ms.date: 08/17/2023
66
ms.topic: "conceptual"
77
ms.assetid: 573a3fc5-6901-41f1-bc87-557aa45d8858
88
author: "mikejo5000"

0 commit comments

Comments
 (0)