forked from qt-creator/qt-creator
debugger: replace action(ExecuteCommand) be a direct function call
This commit is contained in:
@@ -182,6 +182,7 @@ public:
|
||||
virtual void removeBreakpoint(BreakpointId id); // FIXME: make pure
|
||||
virtual void changeBreakpoint(BreakpointId id); // FIXME: make pure
|
||||
|
||||
virtual bool acceptsDebuggerCommands() const { return true; }
|
||||
virtual void assignValueInDebugger(const Internal::WatchData *data,
|
||||
const QString &expr, const QVariant &value);
|
||||
virtual void selectThread(int index);
|
||||
|
||||
Reference in New Issue
Block a user