Skip to content

Commit c2e7cf6

Browse files
committed
Merged main into live
2 parents f2a1b15 + 396643c commit c2e7cf6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View register values in the debugger
33
description: View register values in the Registers window in Visual Studio. During debugging, register values change as code executes in your app.
4-
ms.date: 05/03/2024
4+
ms.date: 08/13/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug.registers
@@ -46,6 +46,10 @@ In C++ code, you can also edit register values. For more information, see [Edit
4646

4747
1. While debugging or while paused at a breakpoint, select **Debug** > **Windows** > **Registers**, or press **Alt**+**5**.
4848

49+
::: moniker range=">=vs-2022"
50+
![Screenshot of Registers Window.](../debugger/media/vs-2022/debug-registers-window.png)
51+
::: moniker-end
52+
4953
## Display and hide Register Groups (C#, C++, Visual Basic, F#)
5054

5155
To reduce clutter, the **Registers** window organizes registers into groups. If you right-click the **Registers** window, you will see a shortcut menu containing these groups, which you can display or hide as you see fit following the procedure below.
Loading

0 commit comments

Comments
 (0)