forked from qt-creator/qt-creator
Debugger: Remove traces of outdated attempt at combined stepping
Has not been usable for a while and will be superseded by "native" mixed stepping. Change-Id: I2902a98b7ad4e4b29e389e54fb6488bf711840dd Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -285,26 +285,10 @@ void QmlCppEngine::detachDebugger()
|
||||
|
||||
void QmlCppEngine::executeStep()
|
||||
{
|
||||
// TODO: stepping from qml -> cpp requires more thought
|
||||
// if (m_activeEngine == m_qmlEngine) {
|
||||
// QTC_CHECK(m_cppEngine->state() == InferiorRunOk);
|
||||
// if (m_cppEngine->setupQmlStep(true))
|
||||
// return; // Wait for callback to readyToExecuteQmlStep()
|
||||
// } else {
|
||||
// notifyInferiorRunRequested();
|
||||
// m_cppEngine->executeStep();
|
||||
// }
|
||||
|
||||
notifyInferiorRunRequested();
|
||||
m_activeEngine->executeStep();
|
||||
}
|
||||
|
||||
void QmlCppEngine::readyToExecuteQmlStep()
|
||||
{
|
||||
notifyInferiorRunRequested();
|
||||
m_qmlEngine->executeStep();
|
||||
}
|
||||
|
||||
void QmlCppEngine::executeStepOut()
|
||||
{
|
||||
notifyInferiorRunRequested();
|
||||
|
||||
Reference in New Issue
Block a user