digitalmars.D - should a thread print exceptions?
- maarten van damme (4/4) Jul 09 2012 When a thread crashes or an assertion fails, should it print out those
When a thread crashes or an assertion fails, should it print out those errors (like the main thread) Currently it quietly quits without any information whatsoever. Is there any way to still make it output that valuable information?
Jul 09 2012