Twice in one day people have now asked me for advice on debugging tools, so I want to give a quick shout-out to two of my favourite tools, Stack Overflow and Fiddler:
Stack Overflow is the brainchild of programmer cum blogger-divas Joel Spolsky and Jeff Atwood that makes programming questions easy and rewarding to answer. Their fanatical dedication to usabilty and gamelike scoring system quickly made it the place to ask software development questions. You can see my score (133) reflects how rarely I’ve been able to ask questions that weren’t already available. Best use: whenever anyone tells me something is impossible, I ask Stack Overflow.
Fiddler 2 is transitioning from Microsoft employee side project to free Microsoft product that fits in the stack between a browser (or other program that communicates over HTTP) and lets you see (and muck around with the communication). It’s an essential part of my standard security screening, but it’s also helpful for debugging.