forked from qt-creator/qt-creator
debugger: be a bit more verbose in the log on process interruption
This commit is contained in:
@@ -164,7 +164,9 @@ void LocalPlainGdbAdapter::interruptInferior()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!interruptProcess(attachedPID)) {
|
||||
if (interruptProcess(attachedPID)) {
|
||||
showMessage(_("INTERRUPTED %1").arg(attachedPID));
|
||||
} else {
|
||||
showMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
|
||||
m_engine->notifyInferiorStopFailed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user