Windows post-mortem debugging
-
Hello,
I'm searching for a solution which allows to perform post-mortem debugging of application using Qt. The application is compiled with mingw and deployed on a remote machine. I'd like to generate some sort of dump in case of crash or unhandled exception to analyze later on my machine, preferably with variable values.
I've found instructions for MSVC version of Qt, but I've been unsuccesful with mingw version of Qt. Is it possible?