Threads Window

   

Lists all of the threads for the current process and information about them.

In the Threads window you can:

Note   You can change the size of a column header by dragging its border to the right to make it larger or to the left to make it smaller.

Elements

Process List

Contains a list of all currently attached processes. Selecting a process from this list displays all threads for that process.

ID

Displays the system thread ID.

Name

Contains the names or thread IDs of all threads in the current process. The thread with the current focus is indicated by in the left margin.

State

Indicates whether a thread is enabled to run, is currently suspended, or has finished and is no longer running.

Location

Lists the top stack frame or procedure in the thread along with any associated argument values.

Suspension Count

Lists the value for the suspend count.

When the suspend count is 0, the thread runs. When the count is greater than 0, then process is suspended. You can increase or decrease the suspend count using the Suspend and Resume commands on the shortcut menu.