Qt 6.11 is out! See what's new in the release
blog
Qt Creator not producing stack trace
-
Hi,
I cannot get Qtcreator to produce a stack trace when my program crashes.
Version QtCreator 16.0.2 installed from online installer.
OS Windows 11
I compiled in qtcreator in debug mode and then run my program in debug mode.
The kit is set to use a debugger and the debug mode will stop at any breakpoint. However, I am using no breakpoints now and I just want to get a post-crash stack trace .
My program exits (crashes) with code 3 but qtcreator does not produce a stack trace or covers its tracks post crash. In the past, I used to get stack traces. I have no idea why it won't work this time? I'm forced now to insert hundreds of qDebug() statements in my code and I'm about to pivot to CLion to fix this.
Any ideas welcome,
Thanks