Skip to content

Commit 9237773

Browse files
Small formatting change.
1 parent 845a716 commit 9237773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/managing-exceptions-with-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ An exception is an indication of an error state that occurs while a program is b
4141

4242
Provide handlers that respond to the most important exceptions. Also learn how to configure the debugger to always break execution for some exceptions.
4343

44-
When an exception occurs, the debugger writes an exception message to the Output window. It may break execution in the following cases when:
44+
When an exception occurs, the debugger writes an exception message to the **Output** window. It may break execution in the following cases when:
4545

4646
- An exception is thrown that isn't handled.
4747
- The debugger is configured to break execution before any handler is invoked.

0 commit comments

Comments
 (0)