My New Favorite Blog
I first got hooked on the art of debugging watching Tim Walton at the South Florida .NET Code Camp. Since then, I have tried to force myself to read John Robbins' Debugging Applications for Microsoft .NET and Microsoft Windows, tried to get a handle around WinDbg, done demos on tracepoints and debugger visualizers, and still I am amazed at what a black art debugging can really be.
And then I read Tess Fernandez' blog on setting event handlers to static types from within ASP.NET. Holy shmokes!
"As usual I have simplified the scenario a bit, but the debugging techniques stay the same. "
Glad that she did that, because I am still trying to figure out how to use WinDbg and get anything close to what she posted up. Amazing.