Working With Threads and Processes
Visual Studio 2010
Working with threads and processes is an important part of debugging. Visual Studio provides an interface for attaching to running processes you want to debug, for viewing information about attached processes and threads that run within those processes, and for controlling the execution of threads and processes you are debugging.