forked from qt-creator/qt-creator
debugger: first shot at combined cpp/qml stepping
This commit is contained in:
@@ -244,6 +244,9 @@ public:
|
||||
bool isMasterEngine() const;
|
||||
DebuggerEngine *masterEngine() const;
|
||||
|
||||
virtual bool prepareForQmlBreak() { return false; }
|
||||
virtual void handlePrepareForQmlBreak() {}
|
||||
|
||||
signals:
|
||||
void stateChanged(const DebuggerState &state);
|
||||
void updateViewsRequested();
|
||||
|
||||
Reference in New Issue
Block a user