I'm trying to debug in QtCreator on Linux and I get the message:
The debugged binary does not contain information needed for nice display of Qt data types.
You might want to try including the file
.../share/qtcreator/gdbmacros/gdbmacros.cpp
into your project directly.
Adding ~/qtcreator/gdbmacros/gdbmacros.cpp to my project file does not help.
Any ideas?