diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-05 22:31:07 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-05 22:39:05 +0100 |
commit | b20ef3a6afe57e07140185912d937f12da4eda6b (patch) | |
tree | 5afe71671c318d174fb50489c529383cd7cb8854 /doc/ref/api-debug.texi | |
parent | cdbbe19250efa534a937dde381ae3d5a84960b68 (diff) | |
download | guile-b20ef3a6afe57e07140185912d937f12da4eda6b.tar.gz |
Add NEWS and concept index entries for traps infrastructure and Emacs support.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 0e8c6909f..d99a56724 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -8,6 +8,7 @@ @node Debugging @section Debugging Infrastructure +@cindex Debugging In order to understand Guile's debugging facilities, you first need to understand a little about how the evaluator works and what the Scheme stack is. With that in place we explain the low level trap calls that |