QML JS Debugger: add 'this' in the locals

This commit is contained in:
Olivier Goffart
2010-07-23 11:07:45 +02:00
parent cb6b1b548c
commit 5ed80a365b
2 changed files with 22 additions and 12 deletions

View File

@@ -63,6 +63,7 @@
QT_BEGIN_NAMESPACE
class JSAgentWatchData;
class QScriptContext;
class JSDebuggerAgent : public QDeclarativeDebugService , public QScriptEngineAgent
{ Q_OBJECT
@@ -119,6 +120,7 @@ private:
void recordKnownObjects(const QList<JSAgentWatchData> &);
QList<JSAgentWatchData> getLocals(QScriptContext *);
QEventLoop loop;
QHash <qint64, QString> filenames;