Skip to content

Repo sync for protected branch #10348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/debugger/how-to-use-the-registers-window.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: View register values in the debugger
description: View register values in the Registers window in Visual Studio. During debugging, register values change as code executes in your app.
ms.date: 05/03/2024
ms.date: 08/13/2024
ms.topic: how-to
f1_keywords:
- vs.debug.registers
Expand Down Expand Up @@ -46,6 +46,10 @@ In C++ code, you can also edit register values. For more information, see [Edit

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

::: moniker range=">=vs-2022"
![Screenshot of Registers Window.](../debugger/media/vs-2022/debug-registers-window.png)
::: moniker-end

## Display and hide Register Groups (C#, C++, Visual Basic, F#)

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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.