Ron James
2004-03-03 23:06:06 UTC
I'm trying to use CDB in place of Dr Watson to silently create a crash dump when an Application crashes. I've put the following in the AeDebug Registry key and CDB starts when my application crashes
c:\debuggers\cdb.exe -p %ld -e %ld -g -
I then try the following, and this works :-( - i.e. CDB quits immediately!
c:\debuggers\cdb.exe -p %ld -e %ld -g -c "q
But the following doesn't work. Everyone has write access to c:\crashes.
c:\debuggers\cdb.exe -p %ld -e %ld -g -c ".dump /o /ma c:\crashes\user.dmp
Any suggestions?
Thank
c:\debuggers\cdb.exe -p %ld -e %ld -g -
I then try the following, and this works :-( - i.e. CDB quits immediately!
c:\debuggers\cdb.exe -p %ld -e %ld -g -c "q
But the following doesn't work. Everyone has write access to c:\crashes.
c:\debuggers\cdb.exe -p %ld -e %ld -g -c ".dump /o /ma c:\crashes\user.dmp
Any suggestions?
Thank