debugger truncates strings?
Unsolved
Qt Creator and other tools
-
when debugging, strings in the debugger get arbitrarily truncated. why is this? why not just render the string to the width of the display panel? or at LEAST make the string max be 256 instead of 48?
-
@davecotter Feel free to comment on QTCREATORBUG-13192, which is MORE or less related to this.
-
created new bug, as clipboard bug is only tangentially related