GrStackTrace

Stack trace

Members

Variables

column
uint column;

Position inside the source file where the error happened

file
string file;

Source file from where the stack trace was generated

line
uint line;

Position inside the source file where the error happened

name
string name;

The name of the function

pc
uint pc;

Where the error was raised inside this function

Meta