summaryrefslogtreecommitdiff
path: root/doc/ref/api-debug.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-05-05 22:31:07 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2008-05-05 22:39:05 +0100
commitb20ef3a6afe57e07140185912d937f12da4eda6b (patch)
tree5afe71671c318d174fb50489c529383cd7cb8854 /doc/ref/api-debug.texi
parentcdbbe19250efa534a937dde381ae3d5a84960b68 (diff)
downloadguile-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.texi1
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