Traceframe

Represents a single frame in a stack trace

struct Traceframe {}

Members

Variables

id
UUID id;

The ID of the engine running this stack frame

ip
size_t ip;

The current instruction pointer of the function

Meta