Struct StackTrace.Frame

represent a single frame

struct Frame ;

Fields

NameTypeDescription
addr void*address of the frame
binary stringbinary containing code
offset ulongoffset within the frame
symbol stringfunction name and signature (with return type and arguments)