Skip to content

This application is an example for dump the qt application crashes in windows OS.

Notifications You must be signed in to change notification settings

hdeldar/QtCrashDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtCrashDumper

This application is an example for dump the qt application crashes in windows OS.

How to debug :

    1. Enable Generate Debug Info in your program for Debug/Release
    2. get dmp file when crash from end user.
    3. put exe & pdb & dmp file together.Note that exe & pdb & dmp should be for same version.
    4. open dmp file with vs2013, press f5 to run, then you can see the result

About

This application is an example for dump the qt application crashes in windows OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published