Debugging Threads

See Also 

All the threads created in the current session are displayed in the Threads window. You can open the Threads window by choosing Window > Debugging > Threads.

Changing the Current Thread

Only one thread is the current thread at any given time. By default, the current thread is the thread in the current session from which the debugger gained control. When you switch to a different thread to debug, the Call Stack window and Local Variables window are automatically updated to reflect the data applicable to that thread.

To change the current thread:

See Also
Creating a C or C++ Watch
Using the C or C++ Call Stack
Stepping Through Your C or C++ Program

Legal Notices