Does anyone know of a way to generate a stack trace in Qt, similar to Java's Throwable.getStackTrace() ?
Or does someone know of another way to find out what application method was interrupted by an event?
Does anyone know of a way to generate a stack trace in Qt, similar to Java's Throwable.getStackTrace() ?
Or does someone know of another way to find out what application method was interrupted by an event?
There is no such mechanism in Qt. However when you use GCC-based compilers, the following might work: http://stackoverflow.com/questions/7...-c-app-crashes