On Thursday 07 April 2011 15:42:01 ext Alexander Perepelica wrote:
> If I install python2.7 can I set somewhere in Qtcreator path to this 
> python (I must have python3 on my PC)? and then I will
> see QObject->objectName() in thread window, right?

Your gdb has to be setup to use that version of Python.
To check whether your gdb knows python, run something like

  gdb -ex 'python print "\nAll is well.\n"' -ex quit

(And you have to check the "Show Thread Names" option in the
debugger settings, and I recommend doing that _only_ if you actively
use it as it has a performance impact).

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to