QML JS debugging: premilary support of locals

Unfortunatelly, streaming QVariant is not a really good idea, as streaming
a custom type would fail
This commit is contained in:
Olivier Goffart
2010-07-16 11:44:29 +02:00
parent 181e708633
commit 0931948c01
3 changed files with 80 additions and 84 deletions

View File

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