[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.25.3 Programmatic Error Handling
For better or for worse, all programs have bugs, and dealing with bugs is part of programming. This section deals with that class of bugs that causes an exception to be raised – from your own code, from within a library, or from Guile itself.
6.25.3.1 Catching Exceptions | Handling errors after the stack is unwound. | |
6.25.3.2 Capturing the full error stack | Capturing the stack at the time of error. | |
6.25.3.3 Pre-Unwind Debugging | Debugging before the exception is thrown. | |
6.25.3.4 Debug options | A historical interface to debugging. |
This document was generated on April 20, 2013 using texi2html 5.0.