How to set AeDebug to get a minidump with the name of the process ?
Posted
by JC Martin
on Stack Overflow
See other posts from Stack Overflow
or by JC Martin
Published on 2009-08-19T11:25:05Z
Indexed on
2010/04/18
1:03 UTC
Read the original article
Hit count: 397
I have to perform some post mortem debugging on a C++ project. Known way to perform is to set the cdb debugger as a minidump generator and to process the dumps collects afterwards. I read nearly the whole web and I didn't find a solution to produce a minidump with the name of the process that has crashed
Is there a way to set AeDebug\Debugger registry variable in such a manner that cdb generates a dump file with the name of the process ? When I encapsulate the call to cdb.exe in a batch file, it starts well but stays blocked on the symbol searching. I must perform a Ctrl+C in order to stop the batch, then the minidump, with the correct process name, is created... but of course I can't set up such a thing in an unattended production environment...
Has anybody done that before ?
© Stack Overflow or respective owner