Qml Javascript Debugger: add a script console widget.

The scriptconsole layout come from the old qmlinspector
This commit is contained in:
Olivier Goffart
2010-08-26 16:02:41 +02:00
parent 95e666e740
commit fc1be8b488
7 changed files with 396 additions and 6 deletions

View File

@@ -112,6 +112,7 @@ private:
bool supportsThreads() const { return false; }
void updateWatchData(const WatchData &data);
void executeDebuggerCommand(const QString& command);
unsigned int debuggerCapabilities() const;