Skip to content

Commit 372e533

Browse files
committed
Updated as per �Blocking Issue
1 parent 23d8ded commit 372e533

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/debugger/using-tracepoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ For a conditional expression, an output message displays only when certain condi
187187

188188
For conditional expressions, you can either set the tracepoint to output a message when a certain condition is true or when it has changed. For example, if you only want to display the value of counter during even iterations of the `for` loop, you could select the **Is true** option and then type `i%2 == 0` in the message text box.
189189

190-
:::image type="content" source="../debugger/media/conditionalexpressionistrue.png" alt-text="Screenshot showing Conditional Expression Is True.":::
190+
:::image type="content" source="../debugger/media/conditionalexpressionis-true.png" alt-text="Screenshot showing Conditional Expression Is True.":::
191191

192192
If you want to print the value of counter when the iteration of the `for` loop changes, select the **When changed** option and type `i` in the message text box.
193193

mac/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ For more information on the next steps from here, see the following guides:
335335
336336
## Related Video
337337

338-
>[!VIDEO <show-pr/shows/shows/Visual-Studio-Toolbox/Visual-Studio-for-Mac-Build-Your-First-App/player>]
338+
> [!Video https://docs.microsoft.com/shows/Visual-Studio-Toolbox/Visual-Studio-for-Mac-Build-Your-First-App/player]

0 commit comments

Comments
 (0)