Skip to content

Commit a5ac52c

Browse files
authored
Acrolinx fix
1 parent fe8315f commit a5ac52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/tutorial-console-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Since the user is free to type anything into the console window, let's make sure
674674

675675
1. In `CalcuatorTutorial.cpp`, set a breakpoint on the `result = c.Calculate(x, oper, y);` line. To set the breakpoint, click next to the line in the gray vertical bar along the left edge of the editor window so that a red dot appears.
676676

677-
:::image type="content" source="./media/calc-vs2017-set-breakpoint.png" alt-text="Screenshot of the the user setting a breakpoint on line 23: result = c.Calculate(x, oper, y);.":::
677+
:::image type="content" source="./media/calc-vs2017-set-breakpoint.png" alt-text="Screenshot of the user setting a breakpoint on line 23: result = c.Calculate(x, oper, y);.":::
678678

679679
Now when you debug the program, it always pauses execution at that line. We already have a rough idea that the program works for simple cases. Since we don't want to pause execution every time, let's make the breakpoint conditional.
680680

0 commit comments

Comments
 (0)