Skip to content

Commit 8cab598

Browse files
committed
Updated as per �Blocking Issue
1 parent 372e533 commit 8cab598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/using-tracepoints.md

Lines changed: 2 additions & 2 deletions
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/conditionalexpressionis-true.png" alt-text="Screenshot showing Conditional Expression Is True.":::
190+
:::image type="content" source="../debugger/media/conditionalexpressionistrue.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

@@ -208,7 +208,7 @@ For a conditional expression, an output message displays only when certain condi
208208

209209
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.
210210

211-
:::image type="content" source="../debugger/media/vs-2022/conditional-expression-istrue.png" alt-text="Screenshot showing Conditional Expression Is True.":::
211+
:::image type="content" source="../debugger/media/vs-2022/conditional-expression-is-true.png" alt-text="Screenshot showing Conditional Expression Is True.":::
212212

213213
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.
214214

0 commit comments

Comments
 (0)