Posts by this author

Nov 15, 2009
0
0

Debugging TPL apps in VS2010

The new parallel debugger windows in Visual Studio 2010 (Parallel Tasks and Parallel Stacks) have had many fixes and updates. I have refreshed the existing content and also added new material for Beta 2. Find links to all of it from my blog post on Parallel Debugging.CheersDaniel

.NET 4Visual Studio 2010C++
May 16, 2009
0
0

Debugging Support for Tasks

Visual Studio 2010 has new debugger windows to support the Task-based programming model. Check out my blog post about the Parallel Tasks window.

.NET 4Visual Studio 2010C++