Search code examples
c++qtdebuggingqt-creator

How to display whole QString while debugging


I am using Qtcreator and always when I need to display large string, it's trimmed, see screenshot: enter image description here

Is there any way to display whole QString? Note that using Open view contents in editor doesn't help either, it's same there.


Solution

  • There is a setting under "Tools -> Options -> Debugger -> (Locals & Expressions or General (depending on your creator version))" that limits the string length to default 10000 characters.