PDA

View Full Version : Debuging a secondary thread



^Nisok^
29th April 2009, 00:39
Hi to all!

Thanks to your help I managed to create some worker theads for my application and have a faster interface.
But now I try to debug these threads, using qdevelop, but eveery time I reach to the start command the second thread starts and I continue to be on the main thread.

What can I do?

Thank you!

wysota
29th April 2009, 01:35
What do you mean what can you do? What do you want to do?

^Nisok^
29th April 2009, 07:02
I cannot reach the breakpoints to the worker threads.

wysota
29th April 2009, 09:03
Are you sure your application reaches them?

^Nisok^
29th April 2009, 09:09
Yes I take some results, but there is a lest one mistake, because the results are not correct

wysota
29th April 2009, 09:14
Try another frontend to GDB. QDevelop might just not behave correctly.