debugger: more state work

This commit is contained in:
hjk
2010-07-13 08:41:27 +02:00
parent b221d93b78
commit 887e21da56
6 changed files with 138 additions and 144 deletions

View File

@@ -178,7 +178,6 @@ void TermGdbAdapter::stubExited()
return;
}
showMessage(_("STUB EXITED"));
qDebug() << "STUB EXITED IN STATE: " << state();
m_engine->notifyEngineIll();
}