Question Threading message question...

ianr900

Member
Joined
Jul 13, 2006
Messages
18
Location
UK
Programming Experience
3-5
When I run my program my debug window gets 3 messages per 1.4 second cycle as my program runs 3 threads per cycle. The program runs fine but any debug.writeline messages i want to see get swamped by the thread exited messages.
I assume code 0 means everything is ok, but can i stop these messages?

The thread '<No Name>' (0xf7c) has exited with code 0 (0x0)
 
Back
Top