Wednesday, August 24, 2011

Advanced .NET Debugging TechEd 2011 Presentation

I've just finished my TechEd 2011 presentation on advanced .NET debugging. I covered using WinDBG and SOS to troubleshoot memory leaks, deadlocks, race conditions.
You can download the powerpoint presentation here

1 comment:

FishOfPrey said...

I enjoyed the presentation at TechEd and want to have a go with WinDBG+SOS.

Would it be possible to get some of the sample code you used during the demonstrations to play around with? I figure it would be easier to practice on an application with known bugs and less lines of code before starting on a full application.

Thanks.