GtkParasite

I've accidentally stumbled upon a nice debugger for Gtk+ GUI apps - parasite. It works concurrently with the debuggee app and shows the widget hierarchy, letting view and modify the widget properties. Inside of it is a Python Shell (see the screenshot) that simplifies some of the debugging tasks.

A very useful app. But I believe that with Lisp it's possible to make a better one :)