debugger: add a 'Debugger finished' statusbar message

This commit is contained in:
hjk
2011-02-22 18:45:52 +01:00
parent ef78845474
commit cd18b3ce03
3 changed files with 5 additions and 4 deletions

View File

@@ -2333,6 +2333,7 @@ void DebuggerPluginPrivate::runControlStarted(DebuggerEngine *engine)
void DebuggerPluginPrivate::runControlFinished(DebuggerEngine *engine)
{
showStatusMessage(tr("Debugger finished."));
m_snapshotHandler->removeSnapshot(engine);
if (m_snapshotHandler->size() == 0) {
// Last engine quits.