mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Remember breakpoints if 'run' or 'start' are used.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user