Eneboo - Documentación para desarrolladores
|
The QSStackTrace class describes a stack trace after an error has occurred in the interpreter. Más...
#include <qsinterpreter.h>
Métodos públicos | |
QString | toString () const |
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 at the point when an error occurred.
QString QSStackTrace::toString | ( | ) | const |
Convenience function for describing the stack trace.
Each stack frame has the following format:
function(scriptName:lineNumber) context