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.
Icon | Description |
---|---|
![]() |
Running thread |
![]() |
Hit running thread |
![]() |
Current thread |
![]() |
Hit current thread |
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 |