Memory dump
-
Memory Dump – Taking Dumps with the ADPlus executable
ADPlus from the Debugging Tools can be used to get Crash Dumps and Hang Dumps which would contain the most-needed information for debugging. It used to be a vbscript file which was used to attach the cdb debugger (cdb is a command line debugger). Now ADPLus is a managed code application. Because of this, the command line flags used with ADPlus are different than what they were prior. You can still use the older VBScript file , however its best to use the newer application as it contain bug fixes and capabilities beyond the older script. Highlights of the newer ADPlus: The”–Quiet” is no longer needed since ADPlus no longer…