How to know why a thread doesn't start?
I have a thread that doesn't start. The thread is created with autostart and the function return successfully, but the thread doesn't start...I don't know why. What instrument of debugging are available to go deeper in this issue?