Revert unintended side effect of 111c18e353.

This commit is contained in:
Friedemann Kleint
2010-09-30 16:54:21 +02:00
parent 111c18e353
commit ce3ad3bae3

View File

@@ -78,7 +78,7 @@ void AttachGdbAdapter::runEngine()
{
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
m_engine->notifyEngineRunAndInferiorStopOk();
//m_engine->continueInferiorInternal();
m_engine->continueInferiorInternal();
m_engine->showStatusMessage(tr("Attached to process %1.")
.arg(m_engine->inferiorPid()));
}