forked from qt-creator/qt-creator
debugger: re-enable interrupting in remote setups
Change-Id: I6d4503ec78e3ce590691dde69992a1599b506fc5 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -870,7 +870,9 @@ void DebuggerEngine::notifyInferiorRunRequested()
|
||||
void DebuggerEngine::notifyInferiorRunOk()
|
||||
{
|
||||
showMessage(_("NOTE: INFERIOR RUN OK"));
|
||||
QTC_ASSERT(state() == InferiorRunRequested, qDebug() << this << state());
|
||||
// Transition from StopRequested can happen sin remotegdbadapter.
|
||||
QTC_ASSERT(state() == InferiorRunRequested
|
||||
|| state() == InferiorStopRequested, qDebug() << this << state());
|
||||
setState(InferiorRunOk);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user