forked from qt-creator/qt-creator
less noise
This commit is contained in:
@@ -131,7 +131,6 @@ void TermGdbAdapter::startInferiorPhase2()
|
||||
|
||||
void TermGdbAdapter::interruptInferior()
|
||||
{
|
||||
debugMessage(_("TRYING TO INTERUPT INFERIOR"));
|
||||
const qint64 attachedPID = m_engine->inferiorPid();
|
||||
if (!interruptProcess(attachedPID))
|
||||
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
|
||||
|
||||
Reference in New Issue
Block a user