forked from qt-creator/qt-creator
debugger: make requestMark() more robust for editors not representing files
This commit is contained in:
@@ -1193,6 +1193,7 @@ void DebuggerEnginePrivate::doInterruptInferior()
|
||||
|
||||
void DebuggerEnginePrivate::doShutdownInferior()
|
||||
{
|
||||
QTC_ASSERT(state() == InferiorShutdownRequested, qDebug() << state());
|
||||
m_engine->resetLocation();
|
||||
m_targetState = DebuggerFinished;
|
||||
m_engine->showMessage(_("CALL: SHUTDOWN INFERIOR"));
|
||||
|
||||
Reference in New Issue
Block a user