Skip to content

Commit 977c227

Browse files
authored
correct Note syntax
1 parent 5793def commit 977c227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Let's handle division by zero more gracefully, so a user can understand the prob
350350

351351
![The final result after changes](./media/calc-vs2019-final-verification.png "The final result after changes")
352352

353-
> ![Note]
353+
> [!Note]
354354
> When you edit code while in debugging mode, there is a risk of code becoming stale. This happens when the debugger is still running your old code, and has not yet updated it with your changes. The debugger pops up a dialog to inform you when this happens. Sometimes, you may need to press **F5** to refresh the code being executed. In particular, if you make a change inside a function while the point of execution is inside that function, you'll need to step out of the function, then back into it again to get the updated code. If that doesn't work for some reason and you see an error message, you can stop debugging by clicking on the red square in the toolbar under the menus at the top of the IDE, then start debugging again by entering **F5** or by choosing the green "play" arrow beside the stop button on the toolbar.
355355
356356
> Understanding the Run and Debug shortcuts

0 commit comments

Comments
 (0)