forked from qt-creator/qt-creator
debugger: make DebuggerEngine::acceptsBreakpoint(id) pure
This commit is contained in:
@@ -87,6 +87,7 @@ private:
|
||||
void activateFrame(int index);
|
||||
void selectThread(int index);
|
||||
|
||||
bool acceptsBreakpoint(BreakpointId id) const;
|
||||
void attemptBreakpointSynchronization();
|
||||
|
||||
void assignValueInDebugger(const WatchData *w,
|
||||
|
||||
Reference in New Issue
Block a user