debugger: remove finished engines from snapshot list

This commit is contained in:
hjk
2010-07-13 17:57:39 +02:00
parent 4f4167a310
commit fa8cf20dc0
4 changed files with 39 additions and 14 deletions

View File

@@ -2694,6 +2694,7 @@ void DebuggerPlugin::runControlStarted(DebuggerRunControl *runControl)
void DebuggerPlugin::runControlFinished(DebuggerRunControl *runControl)
{
Q_UNUSED(runControl);
d->m_sessionEngine->m_snapshotHandler->removeSnapshot(runControl);
d->disconnectEngine();
}