QmlV8DebuggerClient: Set Correct Initial state

Change-Id: I86bc33a224dd765ec5c27871f7ae7f3208ed615b
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2011-10-28 18:06:24 +02:00
parent 6ea6906022
commit 366a9d0d0e

View File

@@ -1596,7 +1596,7 @@ void QmlV8DebuggerClient::resetState()
clearExceptionSelection();
d->currentFrameIndex = 0;
d->updateCurrentStackFrameIndex = true;
d->state = QmlV8DebuggerClient::BreakpointsRequestedState;
d->state = QmlV8DebuggerClient::RunningState;
SDEBUG(QString(_("State: %1")).arg(d->state));
}