Options for Collecting Stack Trace Windows Qt5 Mingw
-
I have C++ App with a random crash that occurs on release machines that I cannot create at will in debugging environment. I have spent some time reviewing options, but it is not clear what is my best option to pursue. I need a stack trace of my application each time it crashes to see what code we were in when we crashed. How do I deploy the framework for a later review of the crash? This is my first forum and my first question. Thanks.