We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1c4c6 commit 06baf82Copy full SHA for 06baf82
docs/DebuggingTheCompiler.rst
@@ -80,8 +80,8 @@ where to stop in the debugger. Rather than trying to guess/check if one has an
80
asserts swift compiler, one can use the following options to cause the
81
diagnostic engine to assert on the first error/warning:
82
83
-* -Xllvm -swift-diagnostics-assert-on-error=1
84
-* -Xllvm -swift-diagnostics-assert-on-warning=1
+* ``-Xllvm -swift-diagnostics-assert-on-error=1``
+* ``-Xllvm -swift-diagnostics-assert-on-warning=1``
85
86
These allow one to dump a stack trace of where the diagnostic is being emitted
87
(if run without a debugger) or drop into the debugger if a debugger is attached.
0 commit comments