[wingide-users] Thread name display
Pete
pfein at pobox.com
Sat Feb 2 19:08:42 MST 2008
In various debug toolboxes (debug probe, stack data, call stack, etc)., a
dropdown box is available to select the thread. It'd be nice to be able to
use threading.Thread.getName() if it's available, falling back to the
existing display of low-level id. I realize that not all threads are
instances of that class, but it's pretty common. IIRC, the threading module
maintains some sort of mapping between low-level thread id & Thread instance
(see threading.getCurrent() maybe).
--
Peter Fein || 773-575-0694 || pfein at pobox.com
http://www.pobox.com/~pfein/ || PGP: 0xCCF6AE6B
irc: pfein at freenode.net || jabber: peter.fein at gmail.com
More information about the wingide-users
mailing list