Skip to content

Commit 6c7aeeb

Browse files
committed
[Docs] Updated Backtracing docs with new symbolicate setting.
Document the new `symbolicate` setting. rdar://122302117
1 parent 8269bf7 commit 6c7aeeb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/Backtracing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ follows:
9696
| | | standard error instead of standard output. This |
9797
| | | may be useful in some CI systems. |
9898
+-----------------+---------+--------------------------------------------------+
99+
| symbolicate | yes | Set to ``no`` to disable symbolication. This |
100+
| | | will also disable inline frame lookup. |
101+
+-----------------+---------+--------------------------------------------------+
99102
| swift-backtrace | | If specified, gives the full path to the |
100103
| | | swift-backtrace binary to use for crashes. |
101104
| | | Otherwise, Swift will locate the binary relative |

docs/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Contents
66
.. toctree::
77
:maxdepth: 1
88

9+
Backtracing
910
Generics
1011
StoredAndComputedVariables
1112
SIL

0 commit comments

Comments
 (0)