[Docs] Updated Backtracing docs with new symbolicate setting.

Document the new `symbolicate` setting.

rdar://122302117
This commit is contained in:
Alastair Houghton
2024-02-05 13:05:11 +00:00
parent 8269bf72eb
commit 6c7aeeb5f2
2 changed files with 4 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ follows:
| | | standard error instead of standard output. This |
| | | may be useful in some CI systems. |
+-----------------+---------+--------------------------------------------------+
| symbolicate | yes | Set to ``no`` to disable symbolication. This |
| | | will also disable inline frame lookup. |
+-----------------+---------+--------------------------------------------------+
| swift-backtrace | | If specified, gives the full path to the |
| | | swift-backtrace binary to use for crashes. |
| | | Otherwise, Swift will locate the binary relative |

View File

@@ -6,6 +6,7 @@ Contents
.. toctree::
:maxdepth: 1
Backtracing
Generics
StoredAndComputedVariables
SIL