Skip to content
Snippets Groups Projects
Commit a20846a0 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

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

Reviewed-by: Kai Koehne
parent 58e697bc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment