PDA

View Full Version : generate core dump in windows application



deepal_de
29th November 2011, 11:53
How do i compile my qt src such that it will create core files which i can use to trace the problem?
im using Visual Stdio,Qt 4.7.4...

Thanks

Oleg
29th November 2011, 13:34
We use Google Breakpad (http://code.google.com/p/google-breakpad/) in our projects, because it is cross platform tool. There're of course other projects like CrashRpt (http://code.google.com/p/crashrpt/).