- # enable Windows application crash dumps:
- regtool add '/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Windows Error Reporting/LocalDumps'
- regtool -i set '/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Windows Error Reporting/LocalDumps/DumpType' 2
- mkdir -p "$(cygpath -u "$(echo $LOCALAPPDATA)")/CrashDumps"
- # run debugger with crash dump:
- PATH+=':/cygdrive/c/Program Files (x86)/Windows Kits/10/Debuggers/x64/'
- cdb -z "$(cygpath -w /cygdrive/c/Users/roland_mainz/AppData/Local/CrashDumps/link.exe.1640.dmp)"
enable Windows application crash dumps+debug them with cdb
Posted by Anonymous on Fri 30th Aug 2024 12:21
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.