forked from qt-creator/qt-creator
debugger: remove some debug output
This commit is contained in:
@@ -1070,7 +1070,6 @@ void DebuggerEngine::notifyEngineSpontaneousShutdown()
|
||||
|
||||
void DebuggerEngine::notifyInferiorExited()
|
||||
{
|
||||
qDebug() << "\nSPONTANEUOUS EXIT: " << this << d->m_state;
|
||||
showMessage(_("NOTE: INFERIOR EXITED"));
|
||||
d->resetLocation();
|
||||
setState(InferiorExitOk);
|
||||
|
||||
Reference in New Issue
Block a user