After being troubled by an issue that I simply did not have the knowledge to debug, I’ve just decided that I have to learn how to use Windbg. My only problem: I have no clue where to start 🙁 I’m not really a WinApi-Guy, having use languages that abstract the Windows Api away from me usually.
So I just wonder: What is the best souce (Book, Website) to learn Windbg for someone who knows programming but not much about the inner depths of Windows? (And yes, I do read oldnewthing every day :))
For a book, try
Advanced Windows Debugging (Addison-Wesley Microsoft Technology Series)
(source: knowfree.net)
Also, for a great reference sheet, see
Common WinDbg Commands (Thematically Grouped) by Robert Kuster.