Threads


The Threads tab displays all thread groups in the current debugging process. These thread groups are expandable hierarchies; each group containing other thread groups or single threads, which in turn contain CallStack and Locals nodes.

When a thread is suspended:

If the process you are debugging has more than one thread, all threads and thread groups appear in the Threads tab showing a thread name and current status (such as "running", "at breakpoint", "cond. waiting"and "suspended"). Suspended threads and threads at breakpoint display all "current" system information.

The Debugger Window displays the following properties for each running thread:


Contents Prev Next Index