Skip to content

Commit 8bf18c6

Browse files
Merge pull request #13921 from Mikejo5000/mikejo-br25
Clarify how to enable the Modules window
2 parents 59938ae + b4d6849 commit 8bf18c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/debugger/how-to-use-the-modules-window.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ During Visual Studio debugging, the **Modules** window lists and shows informati
3333
3434
## View modules
3535

36-
To open the Modules window, while you're debugging, select **Debug** > **Windows** > **Modules** (or press **Ctrl + Alt + U**).
36+
To open the Modules window:
37+
38+
Start a debugging session, and then select **Debug** > **Windows** > **Modules** (or press **Ctrl + Alt + U**). If you don't see the window, make sure you are [paused in the debugger](../debugger/get-started-with-breakpoints.md).
3739

3840
By default, the **Modules** window sorts modules by load order. To sort by any window column, select the header at the top of the column.
3941

0 commit comments

Comments
 (0)