Skip to content

Commit 907fc33

Browse files
Merge pull request #13558 from Mikejo5000/mikejo-br25
Add language configuration for Attach to Process article using zone pivots
2 parents 5c0dedb + eb0159c commit 907fc33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/debugger/attach-to-running-processes-with-the-visual-studio-debugger.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Attach to running processes with the debugger
33
description: Attach the Visual Studio debugger to a running process on a local or remote computer to debug running apps, apps not created in Visual Studio, and other scenarios.
4-
ms.date: "04/24/2024"
4+
ms.date: "01/31/2025"
55
ms.topic: "conceptual"
66
f1_keywords:
77
- "vs.debug.processes.attach"
@@ -25,6 +25,7 @@ author: "mikejo5000"
2525
ms.author: "mikejo"
2626
manager: mijacobs
2727
ms.subservice: debug-diagnostics
28+
zone_pivot_groups: programming-languages-set-one
2829
---
2930

3031
# Attach to running processes with the Visual Studio debugger
@@ -36,6 +37,7 @@ You can use **Attach to Process** to debug running apps on local or remote compu
3637
> [!TIP]
3738
> Not sure whether to use **Attach to Process** for your debugging scenario? See [Common debugging scenarios](#BKMK_Scenarios).
3839
40+
::: zone pivot="programming-language-dotnet,programming-language-dotnetf,programming-language-cpp,programming-language-all"
3941
## <a name="BKMK_Attach_to_a_running_process"></a> Attach to a running process on your local machine
4042

4143
To quickly reattach to a process you attached to previously, see [Reattach to a process](#BKMK_reattach).
@@ -112,6 +114,7 @@ To attach to a process on your local computer:
112114

113115
> [!NOTE]
114116
> You can be attached to multiple apps for debugging, but only one app is active in the debugger at a time. You can set the active app in the Visual Studio **Debug Location** toolbar or **Processes** window.
117+
::: zone-end
115118

116119
## <a name="BKMK_Attach_to_a_process_on_a_remote_computer"></a> Attach to a process on a remote computer
117120

@@ -224,6 +227,7 @@ In some cases, when you debug in a Remote Desktop (Terminal Services) session, t
224227

225228
If neither of those workarounds is possible, a third option is to attach to the process by running `vsjitdebugger.exe -p <ProcessId>` from the Windows command line. You can determine the process ID using *tlist.exe*. To obtain *tlist.exe*, download and install Debugging Tools for Windows, available at [WDK and WinDbg downloads](/windows-hardware/drivers/download-the-wdk).
226229

230+
::: zone pivot="programming-language-dotnet"
227231
::: moniker range=">= vs-2022"
228232

229233
## Attach to a .NET Core process running on Azure App Service (Windows)
@@ -243,6 +247,7 @@ If you're publishing to Azure App Service (Windows), you'll find the **Attach De
243247
## Attach to a .NET Core process running on Linux using SSH
244248

245249
For more information, see [Remote debug .NET Core running on Linux using SSH](../debugger/remote-debugging-dotnet-core-linux-with-ssh.md).
250+
::: zone-end
246251

247252
## <a name="BKMK_Linux_Docker_Attach"></a> Attach to a process running on a Docker container
248253

0 commit comments

Comments
 (0)