Next: Application Deployment, Previous: Threads and Concurrency, Up: Tutorial [Contents][Index]
Debugging a program that makes use of Guile-GI bindings has some challenges. A few notable one are these:
libffi
-generated frames, and an
application’s C stack.
To add some insight about what is happening in the introspection layer, Guile-GI provides some hook functions for the purposes of debugging and makes use of GLib’s debug logging functionality.