forked from qt-creator/qt-creator
debugger: more state work
This commit is contained in:
@@ -1223,7 +1223,9 @@ void DebuggerEnginePrivate::doShutdownEngine()
|
||||
{
|
||||
SDEBUG(Q_FUNC_INFO);
|
||||
QTC_ASSERT(state() == InferiorShutdownOk
|
||||
|| state() == InferiorShutdownFailed, qDebug() << state());
|
||||
|| state() == InferiorShutdownFailed
|
||||
|| state() == InferiorSetupFailed,
|
||||
qDebug() << state());
|
||||
m_targetState = DebuggerFinished;
|
||||
m_engine->setState(EngineShutdownRequested);
|
||||
m_engine->shutdownEngine();
|
||||
|
||||
Reference in New Issue
Block a user