var callStackSymbols : [String]
An array containing the current call stack symbols.
現在の呼び出しスタックシンボルを含んでいる配列。
Availability 有効性
Technology
var callStackReturnAddresses: [NSNumber
] { get }
An array of NSNumber
objects encapsulating NSUInteger
values. Each value is a call frame return address. The array of stack frames starts at the point at which the exception was first raised, with the first items being the most recent stack frames.
NSUInteger
値をカプセル化しているNSNumber
オブジェクトからなる配列。各値は、呼出フレーム復帰アドレスです。それらスタックフレームからなる配列は、その例外が最初に引き起こされた地点で始まります、最初の項目が最も最近のスタックフレームです。
NSException
subclasses posing as the NSException
class or subclasses or other API elements that interfere with the exception-raising mechanism may not get this information.
NSException
サブクラスでNSException
クラスのふりをするもの、またはサブクラス、または他のAPI要素で、例外引き起こしの仕組みを妨げるものは、この情報を取得しないかもしれません。
var callStackSymbols : [String]