Remember breakpoints if 'run' or 'start' are used.

This commit is contained in:
Ernie Pasveer
2021-09-12 17:58:20 -05:00
parent a6c310e374
commit e5ea3deeca
5 changed files with 213 additions and 117 deletions
+2
View File
@@ -1,4 +1,5 @@
#include "SeerBreakpointCreateDialog.h"
#include <QtCore/QDebug>
SeerBreakpointCreateDialog::SeerBreakpointCreateDialog (QWidget* parent) : QDialog(parent) {
@@ -204,3 +205,4 @@ QString SeerBreakpointCreateDialog::breakpointText () const {
return breakpointParameters;
}