forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user