Project

General

Profile

Notes on debugging Windows executables » History » Version 3

Redmine Admin, 11/20/2015 05:14 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 2 Redmine Admin
12 3 Redmine Admin
![dump](https://ice.txcorp.com:3000/attachments/download/1/dump.jpg)