On Friday 17 April 2015 17:53:40 Guido Seifert wrote:
> I know, but it still is not too convenient. In the console I get only
> something like "terminate called after throwing an instance of
> '<whatever>'. No indication where the exception was thrown. To see this I
> have to find and examine the core, or I have to run the program in the QtC
> debugger, which I don't do very often. As I said: Such a catch all around
> notify with a few qDebugs in it is nice to have. At least for my current
> development style.

You could install a terminate handler that would launch gdb -pid <insert pid 
here> and tell it to print a full backtrace, before exiting the application.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to