Visual Studio 2010 provides various set of tools to debug and view simultaneously running threads. By using Parallel Stacks window and threads window, we can find the information about the threads that are currently in executing.
Suppose below code wil...