debugger: make requestMark() more robust for editors not representing files

This commit is contained in:
hjk
2010-07-20 18:14:41 +02:00
parent 8d54298c8e
commit 62060ce79c
2 changed files with 2 additions and 1 deletions

View File

@@ -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"));