Instance Property インスタンスプロパティ

callStackSymbols

An array containing the current call stack symbols. 現在の呼び出しスタックシンボルを含んでいる配列。

Declaration 宣言

var callStackSymbols: [String] { get }

Discussion 議論

An array of strings describing the call stack backtrace at the moment the exception was first raised. The format of each string is determined by the backtrace_symbols() API 例外が最初に引き起こされた瞬間でのコールスタックバックトレースを記述している文字列からなる配列。各文字列の書式設定は、backtrace_symbols() APIによって決定されます。

See Also 参照

Getting Exception Stack Frames 例外スタックフレームを得る