Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.1
-
None
-
Mac OS X 10.11
-
4a74b6184ff9d1fb88e5df830f12a119af969061
Description
Steps to reproduce:
1. Create a QByteArray containing string longer than 100 characters.
2. Debug the application and create a breakpoint.
3. Attempt to watch the QByteArray contents in the watch window.
4. Right click the line with watched expression and select "Copy Value to Clipboard". Paste the contents.
Actual result:
The value gets truncated to ~100 characters, and its size is appended at the end. This happens both in watch window and the clipboard.
Expected result:
I can see the whole contents of QByteArray, either in the expression window or in the paste.