Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Enabling local crash dumps

May
13,830
211
FWIW, you can enable local crash dump files as explained here. They can be useful in tracking down the cause of a crash. In particular, they can be opened in a debugger. My settings are these.

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
  DumpCount : REG_DWORD : 32
  DumpFolder : REG_EXPAND_SZ : d:\work\LocalDumps
  DumpType : REG_DWORD : 2
 
Back
Top