debugger: restore session breakpoints if RunControl finishes

This commit is contained in:
hjk
2010-06-22 15:14:44 +02:00
parent b01a622fa3
commit c5c0dc76a0
6 changed files with 29 additions and 19 deletions

View File

@@ -2683,6 +2683,7 @@ void DebuggerPlugin::runControlStarted(DebuggerRunControl *runControl)
void DebuggerPlugin::runControlFinished(DebuggerRunControl *runControl)
{
Q_UNUSED(runControl);
d->disconnectEngine();
qDebug() << "RUNCONTROL FINISHED: " << runControl;
}