Contents

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

See Also

Getting Exception Stack Frames