Skip to content

Commit

Permalink
Merge pull request #10348 from MicrosoftDocs/main638592122258485577sy…
Browse files Browse the repository at this point in the history
…nc_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Aug 14, 2024
2 parents 7917e3e + 038e8ef commit 3beacd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.

0 comments on commit 3beacd9

Please sign in to comment.