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 in the toolbar of the Debugger window.
The following table describes the icons used in the Threads view.
Icon | Description |
---|---|
![]() | The current thread |
![]() | A thread group |
![]() | The current thread group |
![]() | A running thread |
![]() | A 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.
See also | |
---|---|
Suspending Execution of a Thread |