diff options
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index fdc8e85f7..3b600dbdc 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -395,19 +395,20 @@ configure @emph{reading}, @emph{printing}, or @emph{debugging}. @subsubsection Debugger options Here is the list of print options generated by typing -@code{(debug-options 'full)} in Guile. You can also see the default +@code{(debug-options 'help)} in Guile. You can also see the default values. @smallexample -warn-deprecated no Warn when deprecated features are used. -show-file-name #t Show file names and line numbers in backtraces +backwards no Display backtrace in anti-chronological order. +width 79 Maximal width of backtrace. +depth 20 Maximal length of printed backtrace. +backtrace yes Show backtrace on error. +stack 1048576 Stack size limit (measured in words; + 0 = no check). +show-file-name #t Show file names and line numbers in backtraces when not `#f'. A value of `base' displays only - base names, while `#t' displays full names. -stack 1048576 Stack size limit (measured in words; 0 = no check). -backtrace yes Show backtrace on error. -depth 20 Maximal length of printed backtrace. -width 79 Maximal width of backtrace. -backwards no Display backtrace in anti-chronological order. + base names, while `#t' displays full names. +warn-deprecated no Warn when deprecated features are used. @end smallexample @subsubheading Stack overflow |