Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

112 bytes added, 16:49, 8 December 2017
Threads window
Columns:
*flag column: you can mark a thread with red flags to pay attention or thread list filteringto filter them.
*active thread column: a yellow arrow indicates an active thread. An outline of an arrow indicates the thread where execution broke into the debugger.
*ID: the identification number for each thread.(It is DWORD: a typedef of 32bit integer)
*Managed ID: the managed identification numbers for managed threads.
*Name: thread name if it has, otherwise shows <No Name>.
*Location: where the thread is running(function name that is associated with the thread, or the address).
*Priority: the priority or precedence of the scheduling of the thread that the system has assigned to each thread.
*Affinity Mask: determines which processors on which a thread can run In a multiprocessor system.
*Suspended Count: The number of times that the count determines whether a thread can runsuspended.
*Process Name: the process to which each thread belongs.
190
edits

Navigation menu