diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-12-01 21:48:30 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-12-01 21:48:30 +0000 |
commit | 4c731ecef3f99de4c4c12ffb3041a715818970f5 (patch) | |
tree | 40defc8b54d6d6863ca529e6234aadb18805ffc7 /doc/ref/debugging.texi | |
parent | ee148ae7b9ad89f7bc0b39379349aeec0aa02ab7 (diff) | |
download | guile-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.texi | 6 |
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 |