I am going to speak this Saturday at a brand new conference at Warsaw, Poland called Communities to Communities 2008 - " the first ever countrywide IT conference in Poland organized by community of Microsoft .NET and SQL Server professionals and geeks". I am going to talk about Debugging and Crash Dump Analysis of ASP.NET Web Sites where I will show real life examples how WinDbg saved my poor soul a number of times. WinDbg and related debugging techniques are something that every single production manager should know and shouldn't be scared to run and try. I will also show how you can analyze a sample stack trace and track down a specific value in stack. If you are in the area, I would love to see you there and talk to you.
Labels: Debugging, Events
John Robbins is the ultimate debugging hero for me.
Read to what John Robbins says about the new released .NET Framework Source Code:
Also, as you are loading downloading source files by double clicking on them in the call stack window, you can see the path reference location in the status bar.
Read original post.
Labels: .NET, Debugging, Tools and Tips