forked from qt-creator/qt-creator
debugger: show disabled breakpoints again
This commit is contained in:
@@ -116,8 +116,7 @@ public:
|
||||
#undef PROPERTY
|
||||
BreakpointState state(BreakpointId id) const;
|
||||
bool isEnabled(BreakpointId id) const;
|
||||
void setEnabled(BreakpointId id, const bool &on);
|
||||
void updateEnabled(BreakpointId id, const bool &on);
|
||||
void setEnabled(BreakpointId id, bool on);
|
||||
void updateLineNumberFromMarker(BreakpointId id, int lineNumber);
|
||||
|
||||
DebuggerEngine *engine(BreakpointId id) const;
|
||||
|
||||
Reference in New Issue
Block a user