forked from qt-creator/qt-creator
debugger: re-enable setting breakpoints while inferior is running
This commit is contained in:
@@ -1615,6 +1615,8 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
|
||||
|
||||
void TrkGdbAdapter::runEngine()
|
||||
{
|
||||
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
|
||||
m_engine->notifyEngineRunAndInferiorStopOk();
|
||||
m_engine->continueInferiorInternal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user