forked from qt-creator/qt-creator
Debugger: Allow re-evaluation of certain expressions without stepping
There are cases like changing an Evaluated Expression that make re-evaluation necessary. Change-Id: I51fe46b67399a59aebbdeb9c3e778795b1c52cf1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -197,6 +197,7 @@ public:
|
||||
virtual bool canHandleToolTip(const DebuggerToolTipContext &) const;
|
||||
virtual void expandItem(const QByteArray &iname); // Called when item in tree gets expanded.
|
||||
virtual void updateItem(const QByteArray &iname); // Called for fresh watch items.
|
||||
void updateWatchData(const QByteArray &iname); // FIXME: Merge with above.
|
||||
virtual void selectWatchData(const QByteArray &iname);
|
||||
|
||||
virtual void startDebugger(DebuggerRunControl *runControl);
|
||||
|
||||
Reference in New Issue
Block a user