Next: Code Coverage Reports, Previous: Support for Internationalization, Up: API Reference [Contents][Index]
Guile provides facilities for simple print-based debugging as well as more advanced debugging features. In order to understand Guile’s advanced debugging facilities, one first must understand a little about how Guile represents the Scheme control stack. With that in place, we can explain the low level trap calls that the virtual machine can be configured to make, and the trap and breakpoint infrastructure that builds on top of those calls.