Browse by Tags

Getting Windows crash dumps
27 July 07 03:01 PM | john | 0 Comments   
Every so often I need get a crash dump for a crashing native process, and I always forget where to find the tools. The easiest to use is ADPlus which is part of the Debugging Tools for Windows . The best write-up I've found on other alternatives and how Read More...
Filed under: ,
Turning Off Vista Problem Reporting
16 April 07 04:22 PM | john | 2 Comments   
Vista problem reporting is a great idea for end users, but it really gets in the way if you are a software developer. You know what I'm talking about right? You run your program, which then proceeds to throw an exception and now, instead of throwing up Read More...
Standalone Unit Test Programs
29 December 06 10:20 PM | admin | 2 Comments   
In the project that I'm working on we wanted to have certain of our MSTest unit tests be available as standalone programs. Various reasons for this include: It is useful for demos It's makes certain debugging scenarios a little easier, i.e. those where Read More...