> 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'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to