Qt 6.11 is out! See what's new in the release
blog
Using breakpad on qt slots
-
Has any one ever dealt with googles breakpad using it to make dump files? I used this wrapper and got the examples buggy function to work, but it will only create dumps when the buggy function is invoked within the main function. Whenever I invoke crashes within slot functions no dump file is generated.. Is it just my programm or is breakpad simply not able to catch crashes within qts slots?