|Home | Tutorial | Classes | Functions | Qt Scripter | Language | Qt API | QSA Articles Qt Script for Applications

QSStackTrace Class Reference

The QSStackTrace class describes a stack trace after an error has occurred in the interpreter. More...

#include <qsinterpreter.h>

List of all member functions.

Public Members


Detailed Description

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.


Member Function Documentation

QString QSStackTrace::toString () const

Convenience function for describing the stack trace.

Each stack frame has the following format

  function(scriptName:lineNumber) context
  

This file is part of Qt Script for Applications, copyright © 2001-2003 Trolltech. All Rights Reserved.


Copyright © 2001-2003 TrolltechTrademarks
QSA version 1.0.0-beta5