From 3c0b7725ef769ce9d7d485ee90aa53520bbe99e6 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 16 Jul 2010 11:54:19 +0200 Subject: 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. --- doc/ref/api-debug.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ref/api-debug.texi') 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. -- cgit v1.2.3