Qt project crashes on Debug mode but works on Release?
General and Desktop
4
Posts
2
Posters
930
Views
2
Watching
-
wrote on 11 Mar 2015, 05:02 last edited by
Hi, I'm making a Qt game, however it crashes when I try to run it on Debug mode (error code 255), but surprisingly doesn't on Release mode (I would think it should be the other way around). Anyone know why?
-
Hi and welcome to devnet,
You might be triggering an assert in debug mode. Do you have a back trace of your crash ?
-
wrote on 12 Mar 2015, 00:43 last edited by
Hi, Thanks for the reply. How do I generate a back trace in Qt?
-
Just start your application with the debugger
2/4