[Interest] Debugging in Qt Creator and displaying Qt objects d_ptr members in watch window ?

Thiago Macieira thiago.macieira at intel.com
Thu Sep 17 18:27:55 CEST 2015


On Thursday 17 September 2015 13:45:40 Edward Sutton wrote:
> spend too much time adding qDebug() statements because Qt objects d_ptr
> members are invisible to the debugger.

You can disable the pretty printers by right-clicking the area and unchecking 
the mark. You can also add an expression to be evaluated consisting of 
yourobjectname->d_ptr, which you can then expand.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list