| |||||
|
|
Hi all, As part of your weekly study topic, this week go through this article. http://www.codeproject.com/debug/moomoo.asp This explains using memory dump files (user dumps) to debug, crashing applications. You all must be aware of Dr. Watson. This article explains how a developer can use Dr. Watson for debugging. This kind of debugging (using dump files) is extremely useful for remote debugging (when your application crashes at client site). So you must be aware of these techniques.I will cover another debugging topic next week when we will look at Image Help Libraries. These are something used to get all kinds of information from exectuable image files (like function/symbol addresses etc.). So these two topics together should really get you going as far as debugging techniques are concerned.Do go through these. Thanks, -Farooque
|