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
Running Thread icon Running thread
Hit Thread icon Hit running thread
Current Thread icon Current thread
Hit Current Thread icon Hit current thread

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.
See Also
Current Context in the Debugger
Debugging Threads
C and C++ Debugger Windows

Legal Notices