Display the threads of the currently debugged process.
In the left part, the Threads window displays the list of thread sets the currently debugged process contains. In the right part, the window displays a list of the currently selected thread set contains. The thread information is presented in columns you can rearrange by dragging and dropping.
Switch To |
Sets the focus of the debugger to this thread. Alternatively you can double-click a thread. This command is only enabled if a single thread is selected in the window. |
Freeze |
Stops a thread for subsequent commands that resume the debuggee. |
Thaw |
Resumes a frozen thread for subsequent commands that resume the debuggee. |
Uninterrupt |
Causes a thread to continue running without being interrupted for events. It basically detaches the thread from the debugger's control. Use this operation only on threads that do not execute user code, such as a manager thread that the thread library created. Otherwise, an uninterrupted user thread may update the state of the process without the debugger knowing, which could cause the the debugger to report an obsolete state, and may even cause some operations on resources shared among threads to fail, such as memory and file handles. |
New Thread Set |
Defines a new thread set. |
More Info... |
Displays a window showing detailed information about the thread. |
Copy |
Copies the selected line to the clipboard. |
Copy All |
Copies all lines to the clipboard. |
Select All |
Selects all lines. |
Copyright © 2001-2011, Intel Corporation. All rights reserved.