Skip to content

Commit f8a4a2a

Browse files
committed
cx
1 parent 7927eb3 commit f8a4a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/debugger/autos-and-locals-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ ms.workload:
1919
---
2020
# Inspect variables in the Autos and Locals windows
2121

22-
The **Autos** and **Locals** windows show variable values while you are debugging. The **Autos** window shows variables used around the current breakpoint. The **Locals** window shows variables defined in the local scope, which is usually the current function or method.
22+
The **Autos** and **Locals** windows show variable values while you are debugging. The windows are only available during a debugging session.
23+
24+
The **Autos** window shows variables used around the current breakpoint. The **Locals** window shows variables defined in the local scope, which is usually the current function or method.
2325

2426
To open the **Autos** window, while debugging, select **Debug** > **Windows** > **Autos**, or press **Ctrl**+**Alt**+**V** > **A**.
2527

0 commit comments

Comments
 (0)