Created Core dump on Windows 8 (markdown)

xcps
2016-08-18 00:39:01 +05:00
parent 568ab8ad3a
commit 4be2520ff7

11
Core-dump-on-Windows-8.md Normal file

@@ -0,0 +1,11 @@
To make Windows monitor i2pd process:
1. Open registry and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\
2. Create folder "i2pd.exe"
3. In "i2pd.exe" folder create three entities:
3.1. REG_DWORD "DumpCount" = "f" (15)
3.2. REG_DWORD "DumpType" = "2"
3.3. Text parametr "DumpFolder" = "C:\dev\i2pd\"
How to read the dumps:
... no info yet ...