C and C++ Threads Window

See Also 

The Threads window lists all threads in the current debugging session. To open the Threads window, choose Window > Debugging > Threads.

One of the threads listed in the Threads window is the current thread. By default, the current thread is the thread in the current session from which the debugger gained control. When you select a different debugging session, the Threads window is updated to show the threads for that session.

Icons

The following table describes the icons displayed to the left of the thread name.
Icon Description
The current thread
A thread that is running and is not current
A thread that is suspended and is not current

Actions

The pop-up menu in the Threads window includes the following items.
Menu Item Description
Make Current Makes the selected thread the current thread. This command is equivalent to double-clicking the thread.
List Options Enables you to customize the display of the Threads window, including adding and removing columns of information, reordering the columns, and sorting the columns.
See Also
Current Context in the Debugger
Debugging Threads
C and C++ Debugger Windows

Legal Notices