summaryrefslogtreecommitdiff
path: root/doc/ref/debugging.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-04-20 15:52:13 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-04-20 15:52:13 +0000
commitf2ba76aea59136a8d1ca15456c8c96545ae468da (patch)
treee26774c82751285fde67a39b87138d00ccaf7e32 /doc/ref/debugging.texi
parent1982a56a975e0cc3a8c5e93ced9e7fa4ffc757d8 (diff)
downloadguile-f2ba76aea59136a8d1ca15456c8c96545ae468da.tar.gz
* Manual work on debugging infrastructure
Diffstat (limited to 'doc/ref/debugging.texi')
-rw-r--r--doc/ref/debugging.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/debugging.texi b/doc/ref/debugging.texi
index 45fef5082..0a2471ca8 100644
--- a/doc/ref/debugging.texi
+++ b/doc/ref/debugging.texi
@@ -109,6 +109,12 @@ iteration. Using @code{trace} here helps us see why this is so.
@node Backtrace
@section Backtrace
+@deffn {Scheme Procedure} backtrace
+@deffnx {C Function} scm_backtrace ()
+Display a backtrace of the stack saved by the last error
+to the current output port.
+@end deffn
+
@node Stacks and Frames
@section Stacks and Frames