Posted By: Daniel Moth | Jun 12th @ 2:21 PM | 45,035 Views | 16 Comments
UPDATED for the VS2010 Beta 2 release

Author
: Hi, I am Daniel Moth Smiley

Introduction:

As developers try to take advantage of more and more cores in their applications, ultimately more and more threads will execute their code at the same time. When debugging such applications, there is a need to visualize multiple call stacks of multiple threads in a single view. This scenario is supported in Visual Studio 2010 via a new debugger window that this short video explores: Parallel Stacks.

To read more about the features of the Parallel Stacks window please read my blog posts here, here and here. To follow some steps and explore the Parallel Stacks (and Parallel Tasks) windows on your own Visual Studio 2010 installation, follow this MSDN walkthrough.
Rating:
2
0
Dreadnaught
Dreadnaught
Respect mah authoritah!

Does anyone else see somthing besides a black screen?

Charles
Charles
Welcome Change

I do. Watching the screencast now. Very nice, Daniel.

Dreadnaught, are you running Chrome?

C

rhm
rhm

Works For Me(tm)

Looks like an interesting feature for ppl debugging multi-threaded code.

DCMonkey
DCMonkey
Monkey see, monkey do, monkey will destroy you!

I'm running Chorme and do see a black screen as well. Works in IE though.

Charles
Charles
Welcome Change

Can you watch any of the videos on the site with Chrome+Silverlight?

C

DCMonkey
DCMonkey
Monkey see, monkey do, monkey will destroy you!

Yeah. Sometimes it works, sometimes it doesn't, even on the same video. And if it's blank there's usually a flash of the player controls before it goes black.

Nice screen cast. Hope this works on Express also. Looks really useful for parralle debuding. BTW, I am using IE, so it works.

 

Microsoft Communities