ResolvedTraceframe

Represents a single trace frame with resolved debugging symbols

Members

Variables

end
size_t end;

The end index of the AST node being executed at the time of this stack frame

filename
Nullable!string filename;

The file in which this frame occurred, or null if it is a D function

start
size_t start;

The start index of the AST node being executed at the time of this stack frame

Meta