forked from qt-creator/qt-creator
debugger: add missing 'type' column when copying watch contents
Change-Id: I5303814f38deba238120e57ebaad765ab089704c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1833,6 +1833,8 @@ void WatchHandler::showInEditorHelper(QString *contents, WatchItem *item, int de
|
||||
contents->append(item->name);
|
||||
contents->append(tab);
|
||||
contents->append(item->value);
|
||||
contents->append(tab);
|
||||
contents->append(item->type);
|
||||
contents->append(nl);
|
||||
foreach (WatchItem *child, item->children)
|
||||
showInEditorHelper(contents, child, depth + 1);
|
||||
|
Reference in New Issue
Block a user