Struct StackTrace

Utility to represent and retrieve the current stack-trace

struct StackTrace ;

Fields

NameTypeDescription
frames StackTrace.Frame[]frames of the stack trace

Methods

NameDescription
obtain (maxFrames, opts)

Inner structs

NameDescription
Frame represent a single frame

Enums

NameDescription
Options options when retrieving stack frames