X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdebugger.texinfo;h=82a8f27858d78ead5dad2dbcc8ba09a64bf1b7b5;hb=7424755e08fd0056c90a18fdd1b324a988a1d097;hp=040c49cb5a524c980f1877f9c57c8e67382221c7;hpb=b194e5262c0ca11756bc01ea4427aad465dbcaa0;p=sbcl.git diff --git a/doc/manual/debugger.texinfo b/doc/manual/debugger.texinfo index 040c49c..82a8f27 100644 --- a/doc/manual/debugger.texinfo +++ b/doc/manual/debugger.texinfo @@ -92,6 +92,7 @@ commands prompt for additional input. Debugger commands can be abbreviated by any unambiguous prefix: @command{help} can be typed as @samp{h}, @samp{he}, etc. For convenience, some commands have ambiguous one-letter abbreviations: @samp{f} for @command{frame}. +@comment FIXME: what does that last bit mean? The package is not significant in debugger commands; any symbol with the name of a debugger command will work. If you want to show the value of @@ -152,15 +153,15 @@ what it is doing. Frames have: @itemize @item -@dfn{Variables} (@pxref{Variable Access}), which are the values being operated -on, and +@dfn{variables} (@pxref{Variable Access}), which are the values being operated +on; @item -@dfn{Arguments} to the call (which are really just particularly +@dfn{arguments} to the call (which are really just particularly interesting variables), and @item -A current location (@pxref{Source Location Printing}), which is the place in +a current location (@pxref{Source Location Printing}), which is the place in the program where the function was running when it stopped to call another function, or because of an interrupt or error. @@ -288,6 +289,7 @@ unavailable or not known to be available (@pxref{Variable Access}), then @samp{#} will be printed instead of the argument value. +@vindex *debug-print-variable-alist* Printing of argument values is controlled by @code{*debug-print-variable-alist*}. @xref{Controlling Printing in the Debugger}.