Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0-beta1
-
None
-
Linux, macOS
-
9b3ad89dcd7399c59a178f2d66b924432c999985
Description
When running gdb or lldb from the command line, it is sometimes useful to see the contents of a QString variable, or a QMap, or some other Qt type.
Thus it would be nice if the dumper information could be somehow loaded into the gdb / lldb CLI process, and then run something like "qt_pretty_print varName" to see the contents of the varName QString.