Re: Gdb and Gtkmm



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.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]