1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/module/system
Michael Gran 47b86dbf4d Add ,width meta-command to set screen width in debug output
This meta-command allows one to set the default number of columns
that output from ,backtrace and ,locals shall occupy.

* doc/ref/scheme-using.texi (Debug Commands): document ,width
* module/system/repl/command.scm (*width*): new var
  (backtrace, locals): use *width* in optarg
  (width): new meta-command
2011-03-04 11:01:48 +01:00
..
base Add `*current-warning-prefix*'. 2011-02-13 19:13:36 +01:00
repl Add ,width meta-command to set screen width in debug output 2011-03-04 11:01:48 +01:00
vm frame-source available in default environment 2011-02-11 12:43:05 +01:00
foreign.scm Have `define-wrapped-pointer-type' take a type name. 2011-02-08 22:42:45 +01:00
xref.scm system xref maintains source mapping for nested procedures too 2010-09-24 13:24:48 +02:00