![]() |
|||
|
|
|
|
|
|||
|
The Threads ViewThe threads view is located in the right-upper side of the debugger window (under the local variables view and above the registers view). Note:
The ID shown in the "Thread" column is the internal "task ID"
by which threads are known to the kernel, and not the id returned by the
Note: The pthread ID is not available for threads read from a core dump. No pthread ID is available for single-threaded programs.
Single-clicking on a thread in the tree switches the view to the context of that thread (this includes code code, stack view, registers and variables).
Processes created with the The "Debug" column allows the user to control which threads are of interest for debugging. If a box in this column is not checked, then the execution will not break into the debugger when signals occur in the corresponding thread. |
|
Home | Top | Up | Previous | Next | Community |
||