On Sat, Apr 9, 2011 at 11:20 PM, [email protected] <[email protected]> wrote: > I'm creating pthreads in my application. Is any way to set names for this > threads in order to name be visible in thread window during debug ?
The only way I found so far is hacking dumper.py's ThreadNamesCommand to match for your application. Christoph _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
