summaryrefslogtreecommitdiff
path: root/doc/ref/debugging.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-12-01 21:48:30 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-12-01 21:48:30 +0000
commit4c731ecef3f99de4c4c12ffb3041a715818970f5 (patch)
tree40defc8b54d6d6863ca529e6234aadb18805ffc7 /doc/ref/debugging.texi
parentee148ae7b9ad89f7bc0b39379349aeec0aa02ab7 (diff)
downloadguile-4c731ecef3f99de4c4c12ffb3041a715818970f5.tar.gz
* Split the Data Types chapter into two; plus a few other smaller changes.
Diffstat (limited to 'doc/ref/debugging.texi')
-rw-r--r--doc/ref/debugging.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ref/debugging.texi b/doc/ref/debugging.texi
index 045772721..45fef5082 100644
--- a/doc/ref/debugging.texi
+++ b/doc/ref/debugging.texi
@@ -105,11 +105,13 @@ Since the tail call is effectively optimized to a @code{goto} statement,
there is no need for Guile to create a new stack frame for each
iteration. Using @code{trace} here helps us see why this is so.
+
@node Backtrace
-@appendixsec Backtrace
+@section Backtrace
+
@node Stacks and Frames
-@appendixsec Stacks and Frames
+@section Stacks and Frames
When a running program is interrupted, usually upon reaching an error or
breakpoint, its state is represented by a @dfn{stack} of suspended