Debuging a secondary thread
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!
Re: Debuging a secondary thread
What do you mean what can you do? What do you want to do?
Re: Debuging a secondary thread
I cannot reach the breakpoints to the worker threads.
Re: Debuging a secondary thread
Are you sure your application reaches them?
Re: Debuging a secondary thread
Yes I take some results, but there is a lest one mistake, because the results are not correct
Re: Debuging a secondary thread
Try another frontend to GDB. QDevelop might just not behave correctly.