Skip to content

Commit 06baf82

Browse files
committed
[docs] Change two command lines to be an inline literal instead of normal text.
1 parent 9b1c4c6 commit 06baf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DebuggingTheCompiler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ where to stop in the debugger. Rather than trying to guess/check if one has an
8080
asserts swift compiler, one can use the following options to cause the
8181
diagnostic engine to assert on the first error/warning:
8282

83-
* -Xllvm -swift-diagnostics-assert-on-error=1
84-
* -Xllvm -swift-diagnostics-assert-on-warning=1
83+
* ``-Xllvm -swift-diagnostics-assert-on-error=1``
84+
* ``-Xllvm -swift-diagnostics-assert-on-warning=1``
8585

8686
These allow one to dump a stack trace of where the diagnostic is being emitted
8787
(if run without a debugger) or drop into the debugger if a debugger is attached.

0 commit comments

Comments
 (0)