Skip to content

Repo sync for protected CLA branch #7145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@
"redirect_url": "/visualstudio/ide/how-to-report-a-problem-with-visual-studio",
"redirect_document_id": false
},
{
"source_path": "docs/ide/report-a-problem-minidumps.md",
"redirect_url": "/visualstudio/ide/report-a-problem-perfview-minidumps",
"redirect_document_id": false
},
{
"source_path": "docs/ide/report-a-problem-perfview.md",
"redirect_url": "/visualstudio/ide/report-a-problem-perfview-minidumps",
"redirect_document_id": true
},
{
"source_path": "docs/data-tools/additional-resources-for-troubleshooting-data-access-errors.md",
"redirect_url": "/answers/products/?WT.mc_id=msdnredirect-web-msdn",
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/troubleshooting-docker-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Troubleshoot problems you encounter when using Visual Studio to cre
ms.technology: vs-container-tools
author: ghogen
manager: jmartens
ms.custom: seodec18

ms.assetid: 346f70b9-7b52-4688-a8e8-8f53869618d3
ms.devlang: dotnet
ms.topic: troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ms.technology: vs-ide-debug
ms.workload:
- "multiple"
---

# Attach to running processes with the Visual Studio debugger

You can attach the Visual Studio debugger to a running process on a local or remote computer. After the process is running, select **Debug** > **Attach to Process** or press **Ctrl**+**Alt**+**p** in Visual Studio, and use the **Attach to Process** dialog to attach the debugger to the process.
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/autos-and-locals-windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Inspect variables - Autos and Locals windows | Microsoft Docs
description: Inspect variables in the Autos and Locals windows while debugging in Visual Studio. The Autos and Locals windows show variable values while you are debugging.
ms.custom: "SEO-VS-2020"

ms.date: 10/18/2018
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debug multithreaded applications | Microsoft Docs"
description: Debug multithreaded applications in Visual Studio. Review tools and other articles about debugging multithreaded apps.
ms.custom: "SEO-VS-2020"

ms.date: "11/06/2018"
ms.topic: "conceptual"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debugger can't display source code or disassembly"
description: See the reasons for the message "Debugger cannot display source code or disassembly for the current location where execution has stopped".
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
5 changes: 2 additions & 3 deletions docs/debugger/debugger-feature-tour.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
title: "First look at the debugger"
description: "Get started debugging applications using the Visual Studio debugger"
ms.custom: ""
ms.date: 09/23/2021
ms.topic: conceptual
ms.date: 09/23/2021
helpviewer_keywords:
- "debugger"
ms.assetid: c763d706-3213-494f-b4d2-990b6e1ec456
author: mikejo5000
ms.author: mikejo
manager: jmartens
ms.technology: vs-ide-debug
ms.workload:
- "multiple"
---

# First look at the Visual Studio Debugger

This topic introduces the debugger tools provided by Visual Studio. In the Visual Studio context, when you *debug your app*, it usually means that you are running the application with the debugger attached (that is, in debugger mode). When you do this, the debugger provides many ways to see what your code is doing while it runs. You can step through your code and look at the values stored in variables, you can set watches on variables to see when values change, you can examine the execution path of your code, et al. If this is the first time that you've tried to debug code, you may want to read [Debugging for absolute beginners](../debugger/debugging-absolute-beginners.md) before going through this topic.
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/debugger-tips-and-tricks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Tips and tricks in the debugger"
description: Learn about some of the lesser-known features supported by the Visual Studio debugger
ms.custom: "seodec18"

ms.date: "06/15/2018"
ms.topic: "conceptual"
helpviewer_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/debugger-windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Inspect data using debugger windows | Microsoft Docs"
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.
ms.custom: "SEO-VS-2020"

ms.date: "04/25/2018"
ms.topic: "conceptual"
ms.assetid: 4c6fe8f1-b015-4989-bb31-72ebac390026
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/debugging-preparation-console-projects.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Prepare to debug console projects | Microsoft Docs"
description: Get information about preparing to debug console projects (C#, C++, Visual Basic, F#) in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "reference"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Prepare to debug C#, F#, and VB projects | Microsoft Docs"
description: Get information about preparing to debug the C#, F#, and Visual Basic project types created by the Visual Studio project templates.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Prepare to debug C++ projects | Microsoft Docs"
description: Get information about preparing to debug the basic project types created by the Visual C++ project templates in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Prepare to debug Windows Forms apps | Microsoft Docs"
description: Take preparation steps to debug Windows Forms applications, which are created by the Windows Forms project template in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/debugging-preparation-windows-services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Prepare to debug Windows services | Microsoft Docs"
description: Prepare to debug Windows services, which are programs that run in the background under Windows, in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debugging web apps - errors and troubleshooting"
description: Find links to reference pages to help debug web applications, such as a troubleshooting page and pages that describe each error that you may encounter.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debugging web apps - troubleshooting | Microsoft Docs"
description: Discover links to common procedures that can be used to debug and resolve errors in web applications.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Deploy UWP apps | Microsoft Docs"
description: Deploy Universal Windows Platform (UWP) apps from Visual Studio. Specify a local or remote target device for deployment. Understand deployment options.
ms.custom: "SEO-VS-2020"

ms.date: "01/16/2018"
ms.topic: "conceptual"
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/edit-and-continue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Edit code and continue debugging | Microsoft Docs"
description: Use the Edit and Continue command while debugging in Visual Studio so that you can make changes to your source code while your program is in break mode.
ms.custom: "SEO-VS-2020"

ms.date: "05/31/2018"
ms.topic: "conceptual"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "This error message means that Visual Studio could not find the correct instance of the Visual Studio Remote Debugging Monitor on the remote computer."
title: "The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer."
titleSuffix: ""
ms.custom: "seodec18"

ms.date: "11/04/2016"
ms.topic: "error-reference"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "This error occurs when the user who is trying to run the Visual Studio Remote Debugging Monitor (msvsmon) does not have an account on the local computer."
title: "The Microsoft Visual Studio Remote Debugging Monitor on the remote computer does not have permission to connect to this computer"
titleSuffix: ""
ms.custom: "seodec18"

ms.date: "11/04/2016"
ms.topic: "error-reference"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "The Microsoft Visual Studio Remote Debugging Monitor on the remote computer is running as a different user"
titleSuffix: ""
description: "This message occurs when you are debugging in No Authentication mode and the user who started msvsmon is not the user who is running Visual Studio."
ms.custom: "seodec18"

ms.date: "11/04/2016"
ms.topic: "error-reference"
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: "This error means that the remote debugger service is running under a user account that cannot authenticate when it tries to connect to the computer that you are debugging from."
title: "The Visual Studio Remote Debugger service on the target computer cannot connect back to this computer"
titleSuffix: ""
ms.custom: "seodec18"

ms.date: "11/04/2016"
ms.topic: "error-reference"
f1_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/find-your-debugging-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metadata:
title: "FAQ - Find your debugging feature"
description: Frequently asked questions to help you identify the debugger feature that will help you debug your app
ms.custom: ""

ms.date: "10/01/2019"
ms.topic: "conceptual"
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Getting started with graphics diagnostics | Microsoft Docs
description: Prepare to use Graphics Diagnostics for the first time, then capture frames from a Direct3D app and examine them in the Graphics Analyzer.
ms.custom: "SEO-VS-2020"

ms.date: 06/08/2020
ms.topic: how-to
author: mikejo5000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Overview of graphics diagnostics | Microsoft Docs"
description: Visual Studio Graphics Diagnostics is a set of tools to log Direct3D activity, and analyze the logs to troubleshoot rendering and performance problems.
ms.custom: "SEO-VS-2020"

ms.date: "02/09/2017"
ms.topic: "conceptual"
author: "mikejo5000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Graphics diagnostics | Microsoft Docs"
description: Visual Studio Graphics Diagnostics is a set of tools for logging and analyzing Direct3D activity. Use them to troubleshoot rendering and performance problems.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Walkthrough: Debugging Rendering Errors Due to Shading | Microsoft Docs"
description: Follow an investigation that finds a shader bug. It shows the use of Visual Studio Graphics Diagnostics, including Graphics Pixel History, and HLSL Debugger.
ms.custom: "SEO-VS-2020"

ms.date: "11/04/2016"
ms.topic: "conceptual"
ms.assetid: 01875b05-cc7b-4add-afba-f2b776f86974
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/how-can-i-debug-an-access-violation-q.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug a C++ access violation | Microsoft Docs
description: See tips on troubleshooting an access violation when more than one pointer is a candidate. Recent versions of Visual Studio name the errant pointer.
ms.custom: "SEO-VS-2020"

ms.date: 02/05/2019
ms.topic: how-to
f1_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/how-can-i-debug-windows-api-functions-q.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug Windows API functions | Microsoft Docs
description: Learn how to debug a Windows API function that has NT symbols loaded. In 32-bit code you use the decorated form of the function name to set the breakpoint.
ms.custom: "SEO-VS-2020"

ms.date: 06/03/2020
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Find out if my pointers corrupt a memory address | Microsoft Docs
description: To determine whether your pointer is corrupting memory, you can look for heap corruption, and you can set a data breakpoint to find out how a value is modified.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Find out who is passing a wrong parameter value | Microsoft Docs
description: You can find out what code is calling your function and passing an incorrect parameter value. Learn how to use a conditional breakpoint to do this.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Keep focus when stepping through my app | Microsoft Docs
description: Use remote debugging to keep your program from losing focus when you debug a window activation problem.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use debugger windows while debugging a foreground app | Microsoft Docs
description: If you are debugging a program that must stay in the foreground, use remote debugging to avoid putting it in the background.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Apply Edits in break mode with Edit and Continue | Microsoft Docs
description: See how to use Edit and Continue to edit your Visual Basic code when in break mode. There are various ways to enter break mode.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/how-to-debug-managed-and-native-code.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Tutorial: Debug C# and C++ code (mixed mode)"
description: Learn how to debug a native DLL from a .NET Core or .NET Framework app using mixed-mode debugging
ms.custom: "seodec18"

ms.date: 11/02/2018
ms.topic: tutorial
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable and disable Edit and Continue | Microsoft Docs
description: Learn how to disable and enable Edit and Continue in Visual Studio Options at design time. Edit and Continue works only in debug builds.
ms.custom: "SEO-VS-2020"

ms.date: 10/04/2018
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Examine system code after an exception | Microsoft Docs
description: Learn how to examine code in a system call to find the cause of the exception. The procedure applies even if symbols for the system code have not been loaded.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Get back to the function that called MFC if halted | Microsoft Docs
description: Understand how to get back to the function that called MFC if execution is halted in the Visual Studio debugger.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Run a worker process under a user account | Microsoft Docs
description: Set up your computer so that you can run the ASP.NET worker process (aspnet_wp.exe or w3wp.exe) under a user account in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Specify a .NET Framework version for debugging | Microsoft Docs
description: Specify an older .NET Framework version for debugging. The Visual Studio debugger supports debugging older versions of .NET Framework as well as the current version.
ms.custom: "SEO-VS-2020"

ms.date: 11/04/2016
ms.topic: how-to
dev_langs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Switch to another thread while debugging
description: Review different methods to switch to another thread while debugging a multithreaded application in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: 04/27/2017
ms.topic: how-to
dev_langs:
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/how-to-use-the-call-stack-window.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: View the call stack in the debugger | Microsoft Docs
description: Use the Call Stack window to view the function or procedure calls that are currently on the stack in Visual Studio.
ms.custom: "SEO-VS-2020"

ms.date: 10/29/2018
ms.topic: how-to
f1_keywords:
Expand Down
Loading