Notes on debugging Windows executables » History » Version 1
Redmine Admin, 11/20/2015 04:21 PM
1 | 1 | Redmine Admin | # Notes on debugging Windows executables |
---|---|---|---|
2 | |||
3 | Notes on debugging Windows executables |
||
4 | |||
5 | In order to debug executables on Window, you need to enable Crash Dumps. |
||
6 | |||
7 | To do this, use regedit (enter 'regedit' in the Start Menu search box) to edit this Windows registry entry (or create it, if it does not already exist): |
||
8 | |||
9 | HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\\LocalDumps |
||
10 | |||
11 | (Insert image here) |
||
12 | [[img src=dump.jpg alt=dump]] |