forked from qt-creator/qt-creator
debugger: make assignment in watch window look nicer, also make it work in
script debugger
This commit is contained in:
@@ -110,6 +110,7 @@ private:
|
||||
bool supportsThreads() const { return true; }
|
||||
void maybeBreakNow(bool byFunction);
|
||||
void updateWatchModel();
|
||||
void updateLocals();
|
||||
void updateSubItem(const WatchData &data0);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user