StackTrace

Utility to represent and retrieve the current stack-trace

Members

Enums

Options
enum Options

options when retrieving stack frames

Static functions

obtain
StackTrace obtain(size_t maxFrames, Options opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Frame
struct Frame

represent a single frame

Variables

frames
Frame[] frames;

frames of the stack trace

Meta