debugger: fix cpp single stepping after cross-step

This commit is contained in:
hjk
2011-01-25 10:46:57 +01:00
parent 9ccc10fa30
commit 1160c3e92d

View File

@@ -279,8 +279,10 @@ void QmlCppEngine::executeStep()
QTC_ASSERT(d->m_cppEngine->state() == InferiorRunOk, /**/);
if (d->m_cppEngine->setupQmlStep(true))
return; // Wait for callback to readyToExecuteQmlStep()
} else {
notifyInferiorRunRequested();
d->m_cppEngine->executeStep();
}
readyToExecuteQmlStep();
}
void QmlCppEngine::readyToExecuteQmlStep()