Click here to Skip to main content
15,888,113 members
Articles / Programming Languages / C++

Using Windows Event Viewer to debug crashes

Rate me:
Please Sign up or sign in to vote.
4.93/5 (31 votes)
24 May 2013CPOL4 min read 123.1K   2.3K   50  
This article talks about using the Windows event viewer to get the actual crashed module and location of the crash in the code. The sample code is written in C++ to generate different types of crashes like access violation and stack overflow.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Geometric Ltd
India India
C/C++ practitioner with more than 5 years of experience in 3D Visualization.

Comments and Discussions