Clicking a thread group expands its hierarchy. A thread group may contain
other thread groups or single threads, which in
turn contain CallStack
and Local
nodes.
The CallStack
node shows the method calls made during execution.
The Locals
displays local variables and their current
values in the context of the current thread.
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