QML JS Debugger: Better way to stream watch data

QVariant does not work as they can contain custom type that corrypt the stream
This commit is contained in:
Olivier Goffart
2010-07-22 13:00:26 +02:00
parent 0340d6ad8b
commit bfa609e336
3 changed files with 105 additions and 95 deletions

View File

@@ -120,7 +120,6 @@ private:
void maybeBreakNow(bool byFunction);
void updateWatchData(const WatchData &data);
void updateLocals();
void updateSubItem(WatchData& data, const QVariant& value);
unsigned int debuggerCapabilities() const;