Next: Code Coverage, Previous: Internationalization, Up: API Reference [Contents][Index]
In order to understand Guile’s debugging facilities, you first need to understand a little about how Guile represents the Scheme control stack. With that in place we 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.
• Evaluation Model | Evaluation and the Scheme stack. | |
• Source Properties | From expressions to source locations. | |
• Programmatic Error Handling | Debugging when an error occurs. | |
• Traps | Breakpoints, tracepoints, oh my! | |
• GDB Support | C-level debugging with GDB. |