QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-03-21 15:12:48 +01:00
parent 58e697bc09
commit a20846a052

View File

@@ -577,6 +577,7 @@ void QmlCppEngine::slaveEngineStateChanged
notifyInferiorStopOk();
} else if (state() == EngineRunRequested) {
EDEBUG("... AN INFERIOR FAILED STARTUP, OTHER STOPPED EXPECTEDLY");
notifyEngineRunAndInferiorStopOk();
} else {
EDEBUG("... AN INFERIOR STOPPED SPONTANEOUSLY");
notifyInferiorSpontaneousStop();