[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.25 Debugging Infrastructure
In order to understand Guile’s debugging facilities, you first need to understand a little about how Guile represent 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.
6.25.1 Evaluation and the Scheme Stack | Evaluation and the Scheme stack. | |
6.25.2 Source Properties | From expressions to source locations. | |
6.25.3 Programmatic Error Handling | Debugging when an error occurs. | |
6.25.4 Traps | Breakpoints, tracepoints, oh my! |
This document was generated on April 20, 2013 using texi2html 5.0.