Does Windows XP write crash logs for applications like Mac OS does? Where can I find those logs?
|
feedback
|
migrated from stackoverflow.com Jun 23 '10 at 12:36
This question came from our site for professional and enthusiast programmers.
|
From the Microsoft support article: How to view and manage event logs in Event Viewer in Windows XP
| |||
|
feedback
|
|
Windows can also be configured to write a memory dump on a blue screen crash too. There's also tools for getting dumps of user mode programs crashing too. | |||
|
feedback
|
|
On Windows XP, you can control if crashes are logged, and where (in a dump file, or in the Event Log). This and more can be configured in the registry. See http://www.kellys-korner-xp.com/win_xp_logfiles.htm for the details. | |||
|
feedback
|