Skip to content

Commit 5ffdc5f

Browse files
authored
lightbox coding fix (#6)
* lightbox coding * lightbox
1 parent d65290d commit 5ffdc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To see the return values of the `sumVars()` and `subtractVars()` method calls in
201201
1. Start debugging, and when execution pauses at the breakpoint, select **Step Over** or press **F10**. You should see the following return values in the **Autos** window:
202202

203203
::: moniker range=">= vs-2022"
204-
]![Screenshot of Autos return value C#.](../debugger/media/vs-2022/autos-return-value-csharp-2.png "Autos return value C#")](../debugger/media/vs-2022/autos-return-value-csharp-2.png#lightbox)
204+
[ ![Screenshot of Autos return value C#.](../debugger/media/vs-2022/autos-return-value-csharp-2.png "Autos return value C#") ](../debugger/media/vs-2022/autos-return-value-csharp-2.png#lightbox)
205205
::: moniker-end
206206
::: moniker range="vs-2019"
207207
![Screenshot of Autos return value C#.](../debugger/media/autosreturnvaluecsharp2.png "Autos return value C#")

0 commit comments

Comments
 (0)