Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0
-
None
-
I agree the size should be easily accessible. I was missing that myself occasionally.
-
-
6515f935d (master), 8ab6b94c4 (13.0)
Description
When viewing the local variables while stopped in Debug mode, variables of type QByteArray preview a certain number of characters in the "Value" column.
I work with a lot of large QByteArray's containing binary data, and it would be much more useful to me to see the size of the QByteArray in place of the contents, as the current behavior is for QList.
It sounds unwieldy, but if there were some way to display the size in the "Type" column, as "QByteArray of size 1024" then we could have the best of both worlds.
Attachments
For Gerrit Dashboard: QTCREATORBUG-30065 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
526673,2 | Display length of QByteArray's in debugger pane | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
539783,8 | Debugger: Report full sizes instead of the elide setup | 13.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
539939,2 | Debugger: Move string length annotation to type column | 13.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |