I'm trying to make my expression in autoexp.dat work but I can not seem to get the object name to work:

C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger\autoexp.dat
..
QString = t=<d->data,su> size=<d->size,i>
QObject = class=<staticMetaObject.d.stringdata,s> name=<d_ptr.objectName,s>
..

QString is fine and Object's "class" is fine but not "name"

Anybody solved this one?