D - Thread names
- Matthew Wilson (4/4) Apr 21 2003 Anyone think that having Thread contain - and specifically the point pri...
- Sean L. Palmer (6/10) Apr 21 2003 Sounds like an excellent idea. Too bad it won't show up in the debugger
- Daniel Yokomiso (8/19) Apr 21 2003 Perhaps we could initialize a table with the thread ids and names, and t...
Anyone think that having Thread contain - and specifically the point print() and toString() methods represent - a thread "name"? I'm not sure how this would be exactly, but it would be a nice debugging helper. Naturally one would still be able to create one without a name.
Apr 21 2003
Sounds like an excellent idea. Too bad it won't show up in the debugger because the OS won't know about the thread name. Sean "Matthew Wilson" <dmd synesis.com.au> wrote in message news:b808h7$20nh$1 digitaldaemon.com...Anyone think that having Thread contain - and specifically the pointprint()and toString() methods represent - a thread "name"? I'm not sure how this would be exactly, but it would be a nice debugging helper. Naturally one would still be able to create one without a name.
Apr 21 2003
Perhaps we could initialize a table with the thread ids and names, and the debugger could inspect it somehow. "Sean L. Palmer" <palmer.sean verizon.net> escreveu na mensagem news:b818sc$2lsc$1 digitaldaemon.com...Sounds like an excellent idea. Too bad it won't show up in the debugger because the OS won't know about the thread name. Sean "Matthew Wilson" <dmd synesis.com.au> wrote in message news:b808h7$20nh$1 digitaldaemon.com...--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.474 / Virus Database: 272 - Release Date: 18/4/2003Anyone think that having Thread contain - and specifically the pointprint()and toString() methods represent - a thread "name"? I'm not sure how this would be exactly, but it would be a nice debugging helper. Naturally one would still be able to create one without a name.
Apr 21 2003