forked from qt-creator/qt-creator
debugger: only update variables that are operated on
This commit is contained in:
@@ -117,7 +117,7 @@ private:
|
||||
void reloadFullStack() {}
|
||||
|
||||
bool supportsThreads() const { return false; }
|
||||
void updateWatchData(const WatchData &data);
|
||||
void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
|
||||
void executeDebuggerCommand(const QString& command);
|
||||
|
||||
unsigned int debuggerCapabilities() const;
|
||||
|
||||
Reference in New Issue
Block a user