var callStackReturnAddresses : [NSNumber]
The call return addresses related to a raised exception.
この呼び出しは、引き起こされた例外に関連したアドレスを返します。
Availability 有効性
Technology
var callStackSymbols: [String
] { get }
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
API
例外が最初に引き起こされた瞬間でのコールスタックバックトレースを記述している文字列からなる配列。各文字列の書式設定は、backtrace
APIによって決定されます。
var callStackReturnAddresses : [NSNumber]