On Thu, 2007-03-01 at 09:13 -0500, Paul Davis wrote: > 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.
Thanks. That's really useful to me. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
