Print QStrings in GDB
If you will ever have to go through the hell of debugging Qt-applications, you might face the problem of printing the contents of QString objects. If you call print on a QString object in gdb, the output will most probably look like the following: {static null = {<No data fields>}, static shared_null = {ref =... » read more