diff options
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index 4f9e6db82..e0f91af02 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2006, 2010, 2011, 2012 +@c Copyright (C) 2006, 2010, 2011, 2012, 2013 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -298,8 +298,13 @@ Time execution. Profile execution. @end deffn -@deffn {REPL Command} trace exp +@deffn {REPL Command} trace exp [#:width w] [#:max-indent i] Trace execution. + +By default, the trace will limit its width to the width of your +terminal, or @var{width} if specified. Nested procedure invocations +will be printed farther to the right, though if the width of the +indentation passes the @var{max-indent}, the indentation is abbreviated. @end deffn @node Debug Commands |