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
