Hi!
I want to debug with built-in debug instruments by passing "
--gtk-debug all" to my app but it shows no reaction on this option.
gtk.org says:
Quote:
... --gtk-debug options. A list of debug options to turn on in addition to those specified in the GTK_DEBUG environment variable. This option is only available if GTK+ has been configured with --enable-debug=yes.
Also the book "Foundation of GTK+" says that the default option is
--enable-debug=minimum so some debug stuff is on but I can see no signs of it.
Is there any way to find out what options the gtk library was built with to clarify the state of the
--enable-debug flag?
I'm using Ubuntu
10.04 and I have
libgtk2.0-0-dbg installed. Maybe I somehow need to use this dbg library instead of the non-debug version?
Thanks.