You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Build & Debug/DebuggingWithVS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Note that you usually won't be able to pass a variable name as the parameter to
60
60
61
61
You can attach a single debugger to more than one process. To do this, launch or attach to the first process, then use Tools > Attach to Process… or Ctrl+Alt+P to attach to the second process. Your breakpoints will apply to both processes.
62
62
63
-
There is a Visual Studio Extension to attach child processes automatically. Introducing the Child Process Debugging Power Tool
63
+
There is a Visual Studio Extension to attach child processes automatically. [Introducing the Child Process Debugging Power Tool](https://devblogs.microsoft.com/devops/introducing-the-child-process-debugging-power-tool/)
64
64
65
65
There are two ways to see which process the debugger is currently operating on, and to switch the current process: the Processes window and the Debug Location toolbar.
66
66
You can open the Processes window using `Debug > Windows > Processes` or `Ctrl+Shift+Alt+P`. You can show the Debug Location toolbar using View > Toolbars > Debug Location.
0 commit comments