mini-dump

Examine a dump file with a batch file

You might want to simplify the commands by using a batch file which you can do once you have identified the command that you must have to load memory dumps, you can create a batch file to examine a dump file. For example, create a batch file and name it Dump.bat. Save it in the folder where the debugging tools are installed.

Examine the dump file at the command ANALYZE

There are several commands that you can use to gather information in the dump file, one of them being the command "ANALYZE".

Open the dump file with debugging tools

There are two ways to get to a mini-dump that was previously created. One of them is to use debuging tools like windb.exe or kd.exe.

reading the dump file with Dumpck.exe

There are two ways to get to a mini-dump that was previously created. One of them is to use a tool named Dumpchk.exe.

To configure the system to create the small memory dump

To get to the debugging information a mini-dump gives you, you need to make some small menu changes so that a mini-dump will be created the next time there is a system fault.

creating a memory dump

A small memory dump file is a debugging tool for when your computer crashes. It records the smallest set of useful information that may help. But you need to make some configuration settings to create the minidump.

Syndicate content