forked from qt-creator/qt-creator
Qml Javascript Debugger: add a script console widget.
The scriptconsole layout come from the old qmlinspector
This commit is contained in:
@@ -112,6 +112,7 @@ private:
|
||||
|
||||
bool supportsThreads() const { return false; }
|
||||
void updateWatchData(const WatchData &data);
|
||||
void executeDebuggerCommand(const QString& command);
|
||||
|
||||
unsigned int debuggerCapabilities() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user