Quote:
Originally Posted by jfalexvijay
...Actually I did not use any thread in my application.
Some time I am getting following message;
Running…
[Switching to thread 11779]
[Switching to thread 11779]
continue
Please could you explain it in detail?
|
Every application needs at least one thread to run; how else would any code be executed?
This is normal output from the debugger, and I'm not sure how much more of a "detailed" explanation can be provided, nor why a more detailed explanation would be needed.