Type Property
型プロパティ
callStackSymbols
Returns an array containing the call stack symbols.
コールスタックシンボルそれらを含んでいる配列を返します。
Declaration
宣言
class var callStackSymbols: [String
] { get }
Return Value
戻り値
An array containing the call stack symbols. Each element is an NSString
object with a value in a format determined by the backtrace_symbols()
function. For more information, see backtrace_symbols(3) macOS Developer Tools Manual Page.
コールスタックシンボルを含んでいる配列。各要素は、あるNSString
オブジェクトです、backtrace_symbols()
関数によって決定される書式設定においてひとつの値をもちます。さらなる情報として、backtrace_symbols(3) macOS Developer Tools Manual Page を見てください。
Discussion
議論
The return value describes the call stack backtrace of the current thread at the moment this method was called.
戻り値は、このメソッドが呼び出された瞬間での現在のスレッドのコールスタックバックトレースを記述します。
See Also
参照
Querying the Environment
環境を問い合わせる
class var current: Thread
Returns the thread object representing the current thread of execution.
現在の遂行スレッドを表しているスレッドオブジェクトを返します。