07-21-2012 08:43 AM
Running multi-threads application but there were no thread display under the thread window/dialog until push stop button. But still not display all threads base on thread ids created.
07-23-2012 04:18 PM
Hello NiCoder,
You will see thread information in the Thread View when you hit a breakpoint in your code. Set a breakpoint to see if the threads will be displayed at the point where you hit the breakpoint.
Regards,
Jeff L.