Skip to content

Commit 7dd5b47

Browse files
authored
Merge pull request #31017 from gottesmm/pr-891666424206195516c645418a458613034c1d6c
2 parents ad48b93 + 06baf82 commit 7dd5b47

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)