|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles | Qt Script for Applications | ![]() |
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 at the point when an error occurred.
Each stack frame has the following format:
function(scriptName:lineNumber) context
This file is part of Qt Script for Applications, copyright © 2001-2004 Trolltech. All Rights Reserved.
Copyright © 2001-2006 Trolltech | Trademarks | QSA version 1.1.5
|