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 Variables window are automatically updated to reflect the data applicable to that thread.

To change the current thread in the Threads window:

See Also
C and C++ Threads Window
Stepping Through Your C or C++ Program

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.