forked from qt-creator/qt-creator
debugger: restore session breakpoints if RunControl finishes
This commit is contained in:
@@ -2683,6 +2683,7 @@ void DebuggerPlugin::runControlStarted(DebuggerRunControl *runControl)
|
||||
void DebuggerPlugin::runControlFinished(DebuggerRunControl *runControl)
|
||||
{
|
||||
Q_UNUSED(runControl);
|
||||
d->disconnectEngine();
|
||||
qDebug() << "RUNCONTROL FINISHED: " << runControl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user