Thursday, November 19, 2009

Dealing With Exceptions

Knowledgeable blogs on the subject of debugging, crashes, exceptions and dumps - good reading:
Grabbing the dump file and getting at the data from the dump:
Very useful links for debugging, including dump file cheat sheet and analysis check list:
Every developer's starting point when looking for debugging tools:
Page of links for Microsoft debugging tools:
WinDbg is the top one:
At time of writing this is labelled "Install 32-bit version 6.11.1.404 [16.9 MB]"

And finally, why you should use try...catch...finally, or even try...finally:

No comments:

Post a Comment