Skip to content

Commit 30ba593

Browse files
author
Jill Grant
authored
Update docs/debugger/exception-helper.md
Alt text fix
1 parent 9a897c6 commit 30ba593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/exception-helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In cases where an exception has been `thrown` the Exception Helper shows the cal
6363

6464
Starting with .NET 9, the Visual Studio debugger automatically breaks when an async Task method throws an exception within .NET framework code. This makes is easier to debug asynchronous code, especially in ASP.NET, because exceptions are often thrown across asynchronous boundaries.
6565

66-
![Screenshot of Exception helper with async method](media/vs-2022/debugger-exception-helper-async.png)
66+
![Screenshot of Exception helper with async method.](media/vs-2022/debugger-exception-helper-async.png)
6767

6868
::: moniker-end
6969

0 commit comments

Comments
 (0)