Threads View

The Threads view in the Debugger window lists the threads and thread groups in the current debugging process. You toggle the display of the Threads view by clicking the Threads button in the toolbar of the Debugger window.

The following table describes the icons used in the Threads view.

Icon Description
Current threadThe current thread
Thread groupA thread group
Current thread groupThe current thread group
Thread runningA running thread
Suspended threadA suspended thread

Right-clicking a thread opens a contextual menu with items for setting the context to that thread, viewing the source of the thread, resuming execution when the thread is suspended and viewing the properties of the thread. A thread has the following properties:

Expanding a thread reveals the Local and CallStack nodes. The Locals node displays local variables and their current values in the context of the current thread. The CallStack node shows the method calls made during execution. You can also view this information in the Callstack view of the Debugger window.

Suspending Execution of a Thread
Resuming Execution of a Thread
Viewing the Source Code of a Thread
Changing the Current Thread
See also

Legal Notices