forked from qt-creator/qt-creator
Fixes: debugger: also show the original address in a tooltip when
auto-dereferencing contents
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
QString type; // displayed type
|
||||
QString variable; // name of internal Gdb variable if created
|
||||
QString addr; // displayed adress
|
||||
QString saddr; // stored address (pointer in container)
|
||||
QString framekey; // key for type cache
|
||||
QScriptValue scriptValue; // if needed...
|
||||
int childCount;
|
||||
|
||||
Reference in New Issue
Block a user