[Qt-creator] What's the crash?

Nikos Chantziaras realnc at gmail.com
Sat Jul 14 06:27:29 CEST 2018


On 12/07/18 18:16, Jason H wrote:
> When my program seg faults, bus errors, or divides by zero, I'm left at the offending line in the debugger. Is there a way to tell what exactly caused the crash without having to guess?

You need to do a debug build of your application and then start it in 
the debugger (just press F5.) This will give you the line of the crash 
but also a backtrace to see how you got to that current line.




More information about the Qt-creator mailing list