From a20846a05246f5df5f83960fb19bd6c10bd9fdd2 Mon Sep 17 00:00:00 2001 From: Christiaan Janssen Date: Mon, 21 Mar 2011 15:12:48 +0100 Subject: [PATCH] QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158) Reviewed-by: Kai Koehne --- src/plugins/debugger/qml/qmlcppengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index c9b19a21ad8..205bc88323f 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -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();