The QSStackTrace class describes a stack trace after an error has occurred in the interpreter. More...
#include <qsinterpreter.h>
The QSStackTrace class describes a stack trace after an error has occurred in the interpreter.
The QSStackTrace contains a list of QSStackFrame objects that together describe the call stack of the interpreter when an error has occurred.
Each stack frame has the following format
function(scriptName:lineNumber) context