On Thu, 2007-03-01 at 14:31 +0100, Xavier Larrode wrote: > Something else, is it possible in debug mode, to avoid gtkmm to abort, > if something is wrong, for instance when it catches an unhandle exception. > Thanks
you might check out gdb's "catch" command: gdb> catch catch gdb> catch throw this will break on any throw or catch of an exception. its pretty cool. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
