Changes

Jump to: navigation, search

GPU621/Pragmatic

1,086 bytes added, 01:20, 9 November 2016
Added notes for "How to: Use the Threads Window" section
# When working with multiple projects in one solution, startup project (One or many) can be set by right clicking on solution and selecting Properties option (Or selecting a solution in Solution Explorer and pressing Alt + Enter), then (In Property pages dialog) selecting appropriate action for each project in the solution under Common Properties > Startup Project tab;
# To change how Stop Debugging affects attached processes, open to Processes window (Crtl + Alt + Z), right click on individual process and check/un-check the "Detach when debugging stopped" check box;
 
'''Entry on: November 9th 2016'''
 
'''How to: Use the Threads Window'''
 
Threads window columns:
* The flag column - can be used to flag a thread for special attention;
* The active thread column - indicates an active thread (Yellow arrow), and the thread where execution broke into debugger (Black arrow);
* The ''ID'' column - displays identifier of the thread;
* The ''Managed ID'' column - displays managed identifier for managed threads;
* The ''Category'' column - displays category of the thread, for example, Main Thread or Worker Thread;
* The ''Name'' column - displays name of the thread;
* The ''Location'' column - displays where the thread is running (Can be expanded to provide full call stack for the thread);
* The ''Priority'' column - displays assigned (By system) priority for the thread;
* The ''Suspended Count'' column - displays suspended count value (Suspended count indicates whether a thread is suspended or not. If suspend count value is 0, a thread is NOT suspended);
* The ''Process Name'' column - displays the process name to which each thread belongs;
54
edits

Navigation menu