debugger: make assignment in watch window look nicer, also make it work in

script debugger
This commit is contained in:
hjk
2009-04-07 13:38:19 +02:00
parent 851fb975ec
commit 8d41168672
7 changed files with 40 additions and 17 deletions

View File

@@ -110,6 +110,7 @@ private:
bool supportsThreads() const { return true; }
void maybeBreakNow(bool byFunction);
void updateWatchModel();
void updateLocals();
void updateSubItem(const WatchData &data0);
private: