GtkParasite is a tool that enables one to inspect running Gtk+ applications. It’s usable with GtkAda application without any Ada specific recommendations.
When it is installed, you have to make sure that your application will be able to access GtkParasite library. This means either :
Then, to run GtkParasite with your application:
$ GTK_MODULES=gtkparasite yourapp
You can find more information about how to use GtkParasite on it’s web page here : GtkParasite Home