From 2b84f9f3696dde27bfcc7373ff296703c160705a Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Mon, 22 Aug 2011 13:08:58 +0200 Subject: Synchronize the client with the debug service The v8 engine is blocked till the client is connected to the service to ensure proper hitting of breakpoints. Task-number: QTCREATORBUG-5412 Change-Id: Iec772cb547a31fef4cccbd4bb1116699c52d20e5 Reviewed-on: http://codereview.qt.nokia.com/3308 Reviewed-by: Qt Sanity Bot Reviewed-by: Kai Koehne --- src/plugins/debugger/qml/qmlv8debuggerclient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/debugger/qml/qmlv8debuggerclient.h') diff --git a/src/plugins/debugger/qml/qmlv8debuggerclient.h b/src/plugins/debugger/qml/qmlv8debuggerclient.h index decb635b5f..b3ff37bd4e 100644 --- a/src/plugins/debugger/qml/qmlv8debuggerclient.h +++ b/src/plugins/debugger/qml/qmlv8debuggerclient.h @@ -52,6 +52,9 @@ public: explicit QmlV8DebuggerClient(QmlJsDebugClient::QDeclarativeDebugConnection *client); ~QmlV8DebuggerClient(); + void connect(); + void disconnect(); + void executeStep(); void executeStepOut(); void executeNext(); @@ -59,7 +62,6 @@ public: void continueInferior(); void interruptInferior(); - void shutdownInferior(); void activateFrame(int index); -- cgit v1.2.1