Debugging Threads

All the threads your program has created are displayed in the Threads view of the Debugger window. You can suspend execution of a thread if you think it is causing problems and then later resume the thread once the problem is solved. You can view the thread's current location in the Source Editor amd switch between threads to debug. When you switch between threads, the Call stack view and Variables view are automatically updated with the thread's information.

For step-by-step instructions on working with threads, see:

Suspending and Resuming Execution of a Thread
Switching Between Threads to Debug
Viewing the Source Code of a Thread
Viewing the Variables in a Thread
Viewing the Call Stack for a Thread

For a description of the actions and properties associated with a thread, see:

Threads View
Thread Properties

Legal Notices