forked from qt-creator/qt-creator
debugger: fixes and improvements related to the Locals display
Split the concepts 'enabled' and 'editable' in the dumper output Disable "<not in scope>" entries, also fix their type. Fix glitch in type beautification for display Find reason for failing bulk updates.
This commit is contained in:
@@ -97,7 +97,7 @@ struct QtDumperResult
|
||||
int keyEncoded;
|
||||
int valueEncoded;
|
||||
int childCount;
|
||||
bool valuedisabled;
|
||||
bool valueEnabled;
|
||||
QString name;
|
||||
QString address;
|
||||
QString exp;
|
||||
@@ -121,7 +121,7 @@ struct QtDumperResult
|
||||
bool valueEncountered;
|
||||
QByteArray value;
|
||||
int valueEncoded;
|
||||
bool valuedisabled;
|
||||
bool valueEnabled;
|
||||
int childCount;
|
||||
bool internal;
|
||||
QString childType;
|
||||
|
||||
Reference in New Issue
Block a user