Skip to content

Commit 0915a9c

Browse files
committed
Update instructions for Disassembly window
1 parent dfcb53d commit 0915a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View Disassembly Code in the debugger
33
description: Use the Disassembly window in Visual Studio to show assembly code corresponding to the instructions created by the compiler.
4-
ms.date: 08/15/2023
4+
ms.date: 04/18/2025
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug.disassembly
@@ -52,10 +52,10 @@ To view machine-code instructions in their raw numeric form, rather than as asse
5252

5353
To enable the **Disassembly** window, under **Tools** > **Options** > **Debugging**, select **Enable address-level debugging**.
5454

55-
To open the **Disassembly** window during debugging, select **Windows** > **Disassembly** or press **Alt**+**8**.
55+
To open the **Disassembly** window during debugging, select **Debug** > **Windows** > **Disassembly** or press **Ctrl** + **Alt** + **D**.
5656

5757
> [!NOTE]
58-
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Reset all settings](../ide/personalizing-the-visual-studio-ide.md#reset-all-settings).
58+
> The dialog boxes and menu commands you see might differ from those described in this article depending on your active settings or edition. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Reset all settings](../ide/personalizing-the-visual-studio-ide.md#reset-all-settings).
5959
6060
To turn optional information on or off, right-click in the **Disassembly** window, and set or clear the desired options in the shortcut menu.
6161

0 commit comments

Comments
 (0)