debugger: implement qml->c++ cross-stepping

This commit is contained in:
hjk
2011-01-19 14:34:25 +01:00
parent 210382f27b
commit fd3d7de92c
7 changed files with 40 additions and 101 deletions

View File

@@ -244,8 +244,8 @@ public:
bool isMasterEngine() const;
DebuggerEngine *masterEngine() const;
virtual bool prepareForQmlBreak(bool /*on*/) { return false; }
virtual void handlePrepareForQmlBreak() {}
virtual bool setupQmlStep(bool /*on*/) { return false; }
virtual void readyToExecuteQmlStep() {}
signals:
void stateChanged(const DebuggerState &state);