Previous: Debug C code with debugger tools, Up: Debugging the tools [Contents][Index]
Sometimes you may encounter critical warnings by glib
or
gtk
, which look like this:
GLib-GObject-CRITICAL **: ...
In order to debug them, you need to know the way of reproducing them.
Then, you can use the following command to fiddle with them in
gdb
:
G_DEBUG=fatal_criticals gdb --args \ guile -s /usr/local/bin/lepton-schematic