Skip to content

Commit 020ce72

Browse files
committed
[Docs] Updated Backtracing docs with new symbolicate setting.
Document the new `symbolicate` setting. rdar://122302117
1 parent ed9f7ac commit 020ce72

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
@@ -100,6 +100,9 @@ follows:
100100
| | | standard error instead of standard output. This |
101101
| | | may be useful in some CI systems. |
102102
+-----------------+---------+--------------------------------------------------+
103+
| symbolicate | yes | Set to ``no`` to disable symbolication. This |
104+
| | | will also disable inline frame lookup. |
105+
+-----------------+---------+--------------------------------------------------+
103106
| swift-backtrace | | If specified, gives the full path to the |
104107
| | | swift-backtrace binary to use for crashes. |
105108
| | | 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)