Skip to content

Commit e2d60d7

Browse files
khei4fujii
authored andcommitted
add: link for Child Debugging Power Tool
fix: the position of open bracket
1 parent 3c0f681 commit e2d60d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Build & Debug/DebuggingWithVS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Note that you usually won't be able to pass a variable name as the parameter to
6060

6161
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.
6262

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/)
6464

6565
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.
6666
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

Comments
 (0)