Examining Threads

All the threads your program has created display in the Threads view of the Debugger window, along with the state of the thread. You can suspend execution of a thread if you suspect it of causing unwanted side effects. If you've suspended a thread to temporarily eliminate its behavior, you can later resume it. You can switch between threads to debug or view the source for a selected thread. You can view the hierarchy of method calls made during execution of the thread in the Call Stack view of the Debugger window.

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

Suspending Execution of a Thread
Resuming Execution of a Thread
Viewing the Source Code of a Thread
Viewing the Variables in a Thread
Viewing the Call Stack for a Thread
Changing the Current Thread

Legal Notices