forked from qt-creator/qt-creator
debugger: re-enable setting breakpoints while inferior is running
This commit is contained in:
@@ -432,7 +432,7 @@ void DebuggerEngine::handleCommand(int role, const QVariant &value)
|
||||
break;
|
||||
|
||||
case RequestExecInterruptRole:
|
||||
d->doInterruptInferior();
|
||||
requestInterruptInferior();
|
||||
break;
|
||||
|
||||
case RequestExecResetRole:
|
||||
@@ -1412,6 +1412,11 @@ void DebuggerEngine::quitDebugger()
|
||||
shutdownInferior();
|
||||
}
|
||||
|
||||
void DebuggerEngine::requestInterruptInferior()
|
||||
{
|
||||
d->doInterruptInferior();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user