diff options
author | Andy Wingo <wingo@pobox.com> | 2010-07-16 11:54:19 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-07-16 17:35:43 +0200 |
commit | 3c0b7725ef769ce9d7d485ee90aa53520bbe99e6 (patch) | |
tree | 052e710ca6e11db390c2646223f4d0e7f185e704 /doc/ref/api-debug.texi | |
parent | 019fdc97d9214e162a274c13011b823673f75a8b (diff) | |
download | guile-3c0b7725ef769ce9d7d485ee90aa53520bbe99e6.tar.gz |
update debugger docs
* doc/ref/api-debug.texi (Debug on Error): Update xref.
* doc/ref/scheme-using.texi (REPL Commands): New subsection.
(Interactive Debugging): Rename from Interactive Debugger, to indicate
that debugging is just part of the REPL. Update docs.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 0aa1bb665..c1730a1c2 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -504,7 +504,7 @@ highlighted wherever they appear in the backtrace. You can also use the @code{(debug)} command to explore the saved stack using an interactive command-line-driven debugger. See @ref{Interactive -Debugger} for more information about this. +Debugging} for more information about this. @deffn {Scheme Procedure} debug Invoke the Guile debugger to explore the context of the last error. |