Is it possible to print the state of an active thread in visual studio(2008) before exit.
My application is written in ANSI C.
Actually i am getting a random issue during automated(regression) testing, and problem never occurs during manual debugging.
So, i want to print the state of active thread before exit the application to know what is actually happening.
Can anyone help me.
Thanks.