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?
2011/4/7 André Pönitz <[email protected]> > On Thursday 07 April 2011 15:17:14 ext Alexander Perepelica wrote: > > So, if I have gdb 7.2 and python 3.2 I will see in thread window thread > name? > > No, as gdb requires Python 2.x, with x >= 4 from the gdb side, > Creator needs x >= 5. gdb does not work with Python 3. > > Currently it also show only the QObject names of the QThread > object, not the "pthread name", so it's not what you are > looking for anyway. > > Andre' > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
