forked from qt-creator/qt-creator
Revert unintended side effect of 111c18e353.
This commit is contained in:
@@ -78,7 +78,7 @@ void AttachGdbAdapter::runEngine()
|
|||||||
{
|
{
|
||||||
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
|
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
|
||||||
m_engine->notifyEngineRunAndInferiorStopOk();
|
m_engine->notifyEngineRunAndInferiorStopOk();
|
||||||
//m_engine->continueInferiorInternal();
|
m_engine->continueInferiorInternal();
|
||||||
m_engine->showStatusMessage(tr("Attached to process %1.")
|
m_engine->showStatusMessage(tr("Attached to process %1.")
|
||||||
.arg(m_engine->inferiorPid()));
|
.arg(m_engine->inferiorPid()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user