forked from qt-creator/qt-creator
Debugger[Breakpoints]: Do not trigger reinserting breakpoint unless changed.
Add a menu option to edit breakpoints to the locator/editor context menu. Reviewed-by: hjk
This commit is contained in:
@@ -45,6 +45,8 @@ public:
|
||||
explicit BreakWindow(QWidget *parent = 0);
|
||||
~BreakWindow();
|
||||
|
||||
static bool editBreakpoint(BreakpointData *data, QWidget *parent = 0);
|
||||
|
||||
private slots:
|
||||
void resizeColumnsToContents();
|
||||
void setAlwaysResizeColumnsToContents(bool on);
|
||||
@@ -62,7 +64,6 @@ private:
|
||||
void deleteBreakpoints(const QModelIndexList &list);
|
||||
void deleteBreakpoints(QList<int> rows);
|
||||
void addBreakpoint();
|
||||
bool editBreakpoint(BreakpointData *data); // Returns 'Accept'.
|
||||
void editBreakpoints(const QModelIndexList &list);
|
||||
void associateBreakpoint(const QModelIndexList &list, int thread);
|
||||
void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user