Making a Thread Current

The current thread is the thread that receives user input.

To make a thread current:

The icon to the left of the thread name changes to Current thread to indicate that the thread is the current thread. The Call Stack view is updated to show the calls for the thread, and the Local Variables view is updated to reflect the variables applicable to the new current call. Other Debug views may also be updated.

See also
Current Context in the Debugger
Suspending and Resuming a Thread
Viewing the Source Code of a Thread
Threads View

Legal Notices