May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Visual Studio 2010 introduces two useful tool windows that you can use for debugging purposes when working on both parallel tasks and loops. To understand how such tooling works, consider the following code that creates and starts three tasks:

Place a breakpoint on the End Sub statement and run the code. Because the tasks work in parallel, some of them maybe running at this point and other maybe not. To understand what is happening, you can open the Parallel Tasks tool window (select Debug, Windows, Parallel Tasks if not already visible). The window shows the state of each task, as represented in Figure 45.5 ...
Read now
Unlock full access