[Qt-creator] Showing QString value in the Debugger

Poenitz Andre Andre.Poenitz at digia.com
Fri Oct 4 21:57:39 CEST 2013


> QString QFilterParametersReader::readValue(const QString name, QString value)
> {
>   BOOST_ASSERT(m_Prefs != NULL)
>   return m_Prefs->value(name, value).toString();
> }
>
> In the debugger I have this:
> 
>         Locals
>                 name    @0x7fff5fbff708 QString &

The "compiled" dumpers for non-Python GDB generally do not kick in for
references. The strange thing here is that you have function parameters 
as value, but they seem to get reported as references.

Andre'


More information about the Qt-creator mailing list