mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Docs] Updated Backtracing docs with new symbolicate setting.
Document the new `symbolicate` setting. rdar://122302117
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -6,6 +6,7 @@ Contents
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Backtracing
|
||||
Generics
|
||||
StoredAndComputedVariables
|
||||
SIL
|
||||
|
||||
Reference in New Issue
Block a user