forked from qt-creator/qt-creator
Debugger: Re-enable breakpoint enabling via gutter context menu
Task-number: QTCREATORBUG-20970 Change-Id: Ie8fc2af8e99e82018a9b4262fe6053cb714e7d60 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -312,6 +312,7 @@ public:
|
||||
static void claimBreakpointsForEngine(DebuggerEngine *engine);
|
||||
static void toggleBreakpoint(const ContextData &location, const QString &tracePointMessage = QString());
|
||||
static void createBreakpointForEngine(const BreakpointParameters &data, DebuggerEngine *engine);
|
||||
static void editBreakpoint(const GlobalBreakpoint &gbp, QWidget *parent);
|
||||
|
||||
static void executeAddBreakpointDialog();
|
||||
static void executeDeleteAllBreakpointsDialog();
|
||||
@@ -326,7 +327,6 @@ private:
|
||||
|
||||
bool contextMenuEvent(const Utils::ItemViewEvent &ev);
|
||||
void gotoLocation(const GlobalBreakpoint &gbp) const;
|
||||
void editBreakpoint(const GlobalBreakpoint &gbp, QWidget *parent);
|
||||
void editBreakpoints(const GlobalBreakpoints &gbps, QWidget *parent);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user