Skip to content

Commit cc0d3d4

Browse files
committed
tweak
1 parent a15314b commit cc0d3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.workload:
3232
---
3333
# Attach to running processes with the Visual Studio debugger
3434

35-
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.
35+
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.
3636

3737
You can use **Attach to Process** to debug running apps on local or remote computers, debug multiple processes simultaneously, debug apps that weren't created in Visual Studio, or debug any app you didn't start from Visual Studio with the debugger attached. For example, if you're running an app without the debugger and hit an exception, you can then attach the debugger to the process running the app and begin debugging.
3838

docs/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ During debugging, the **Modules** window shows the code modules the debugger is
212212

213213
**To monitor or change symbol locations or options while debugging:**
214214

215-
1. To open the **Modules** window, while debugging, select **Debug** > **Windows** > **Modules**.
215+
1. To open the **Modules** window, while debugging, select **Debug** > **Windows** > **Modules** (or press **Ctrl** + **Alt** + **U**).
216216
1. In the **Modules** window, right-click the **Symbol Status** or **Symbol File** headers, or any module.
217217
1. In the context menu, select one of the following options:
218218

0 commit comments

Comments
 (0)