debugger: only update variables that are operated on

This commit is contained in:
hjk
2010-09-13 08:32:12 +02:00
parent 5ce3f8ab7a
commit 7457083bab
20 changed files with 84 additions and 34 deletions

View File

@@ -143,9 +143,9 @@ public:
void removeWatchExpression(const QString &exp);
Q_SLOT void emitAllChanged();
void beginCycle(); // Called at begin of updateLocals() cycle
void beginCycle(bool fullCycle = true); // Called at begin of updateLocals() cycle
void updateWatchers(); // Called after locals are fetched
void endCycle(); // Called after all results have been received
void endCycle(bool fullCycle = true); // Called after all results have been received
void showEditValue(const WatchData &data);
void insertData(const WatchData &data);