forked from qt-creator/qt-creator
QmlV8DebuggerClient: Set Correct Initial state
Change-Id: I86bc33a224dd765ec5c27871f7ae7f3208ed615b Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user