Skip to content

Commit a38a3c2

Browse files
committed
edits
1 parent 8ff726c commit a38a3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ When you try to debug an issue, you are often attempting to find out whether var
2222

2323
This article shows you how to inspect variables and view return values using the debugger in Visual Studio. The debugger provides several convenient ways to perform these tasks, including the following:
2424

25-
- In the code editor, view data tips and inline return values
26-
- View variables in debugger windows (Autos, Locals, and Watch windows)
27-
- Opne visualizers for large strings or complex .NET objects
25+
- In the code editor, you can view data tips and inline return values
26+
- In debugger windows (Autos, Locals, and Watch windows), you can view variable values
27+
- In visualizers, you can view large strings or complex .NET objects
2828

2929
These features are only available while debugging. To learn how to start a debugging session, see [Start debugging and enter break mode](../debugger/navigating-through-code-with-the-debugger.md#start-debugging-and-enter-break-mode).
3030

0 commit comments

Comments
 (0)