Re: Gdb and Gtkmm
- From: Paul Davis <paul linuxaudiosystems com>
- To: Xavier Larrode <Xavier Larrode irisa fr>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Gdb and Gtkmm
- Date: Thu, 01 Mar 2007 09:13:43 -0500
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]