Skip to content

Commit 2c22aa2

Browse files
authored
Merge pull request #7554 from jameshkramer/1767850-jhk-pr1
Meta descriptions for 20 articles
2 parents d44d1bc + 9939370 commit 2c22aa2

20 files changed

+40
-2
lines changed

docs/debugger/context-operator-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Context operator in the debugger (C++) | Microsoft Docs"
3+
description: You may need to provide context for a C++ name that is in an outer scope and is hidden by a local name. Learn how to use the context operator to do this.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/continuing-execution-after-an-exception.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Continuing Execution After an Exception | Microsoft Docs
3+
description: Learn what happens when the debugger breaks execution because of an unhandled exception. You may be able to continue execution in the same thread.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/debugger/copyright-notice-for-spy-increment-help.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Copyright Notice for Spy++ Help | Microsoft Docs"
3+
description: See the legal notice of copyright for Spy++ Help.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
helpviewer_keywords:

docs/debugger/create-custom-views-of-managed-objects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Create custom views of managed objects | Microsoft Docs"
3+
description: Visual Studio debugger displays data in its variable windows. Learn to customize how data types—including custom types—are displayed.
4+
ms.custom: SEO-VS-2020
35
ms.date: "01/08/2019"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/create-custom-visualizers-of-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Create custom data visualizers | Microsoft Docs"
3+
description: Visual Studio debugger visualizers are components that display data. Learn about the six standard visualizers, and about how you can write or download others.
4+
ms.custom: SEO-VS-2020
35
ms.date: "05/27/2020"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/crt-debug-heap-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "CRT Debug Heap Details | Microsoft Docs"
3+
description: The debug heap provides powerful tools to help solve memory allocation problems. Learn about the tools and how they help with problems such as leaks and overruns.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
dev_langs:

docs/debugger/crt-debug-library-use.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "CRT Debug Library Use | Microsoft Docs"
3+
description: Learn how the C run-time (CRT) library supports your debugging efforts, and what you must do to use the CRT debug libraries.
4+
ms.custom: SEO-VS-2020
35
ms.date: "10/03/2019"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/crt-debugging-techniques.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "CRT Debugging Techniques | Microsoft Docs"
3+
description: There are various techniques you can use to to debug a program that uses the C run-time (CRT) library. Use this article and its links to learn about such techniques.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/dataset-visualizer-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Dataset Visualizer Dialog Box | Microsoft Docs"
3+
description: Visual Studio debugger visualizers are components that display data. Use the DataSet Visualizer to view the contents of a DataSet, DataTable, DataView, or DataViewManager object.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/debug-64-bit-applications.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debug 64-Bit Applications | Microsoft Docs
3+
description: Learn how to debug a 64-bit application with Visual Studio. There are tips for troubleshooting unexpected debugging delays.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/debugger/debug-a-webview-control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debug a WebView control (UWP) | Microsoft Docs
3+
description: Learn how to inspect and debug the WebView controls used in a Windows Runtime app. You can use the DOM Explorer and the JavaScript Console window.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/debugger/debug-azure-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debug Azure services | Microsoft Docs
3+
description: You can debug Azure services with Visual Studio. Use the links in this article to learn about the various ways to do this.
4+
ms.custom: SEO-VS-2020
35
ms.date: 09/14/2018
46
ms.topic: how-to
57
helpviewer_keywords:

docs/debugger/debugbreak-and-debugbreak.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "DebugBreak and __debugbreak | Microsoft Docs"
3+
description: Learn how to use the DebugBreak function and the __debugbreak intrinsic to cause your program to break, just as though a breakpoint were set.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/debugger-cannot-display-source-code-or-disassembly.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Debugger can't display source code or disassembly"
3-
ms.custom: "seodec18"
3+
description: See the reasons for the message "Debugger cannot display source code or disassembly for the current location where execution has stopped".
4+
ms.custom: "SEO-VS-2020, seodec18"
45
ms.date: "11/04/2016"
56
ms.topic: "conceptual"
67
dev_langs:

docs/debugger/debugger-project-settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Debugger Project Settings | Microsoft Docs"
3+
description: There are various project settings that affect debugging. Follow the links in this article to learn how to use the Property Pages dialog box to change settings.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
dev_langs:

docs/debugger/debugger-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Debugger Security | Microsoft Docs"
3+
description: Learn the security risks posed by debugging, risks both to the debugging machine and to the machine being debugged. Follow the recommendations to minimize risk.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
dev_langs:

docs/debugger/debugger-settings-and-preparation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Debugger Settings and Preparation | Microsoft Docs"
3+
description: This section tells you how to prepare to use Visual Studio debugger, and describes relevant properties. Follow the links to the information you need.
4+
ms.custom: SEO-VS-2020
35
ms.date: "08/01/2018"
46
ms.topic: "reference"
57
f1_keywords:

docs/debugger/debugger-windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Inspect data using debugger windows | Microsoft Docs"
3-
ms.custom: "seodec18"
3+
description: There are many types of debugger windows that provide you information. This article provides a list of the types. For each there is a link to more information.
4+
ms.custom: "SEO-VS-2020, seodec18"
45
ms.date: "04/25/2018"
56
ms.topic: "conceptual"
67
ms.assetid: 4c6fe8f1-b015-4989-bb31-72ebac390026

docs/debugger/debugging-a-data-bound-activex-control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debugging a Data-Bound ActiveX Control | Microsoft Docs
3+
description: Learn how to debug an ActiveX control bound to a data source control by creating a container application for debugging.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/debugger/debugging-and-the-hosting-process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Debugging and the Hosting Process | Microsoft Docs"
3+
description: For Visual Studio versions prior to 2017, use the hosting process to improve debugger performance and to access some debugger features.
4+
ms.custom: SEO-VS-2020
35
ms.date: "08/01/2018"
46
ms.topic: "conceptual"
57
dev_langs:

0 commit comments

Comments
 (0)