Skip to content

Commit b4d6849

Browse files
committed
Clarified how to open the Modules window
1 parent 59938ae commit b4d6849

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)