1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/module/system/repl
Ludovic Courtès 7f26021c24
debug: Print wider stack frames when not writing to a tty.
This satisfies a longstanding complaint that Guile backtraces were being
truncated too much by default (72 columns), often hindering debugging.

* module/system/repl/debug.scm (default-frame-width): New variable.
(print-frames): Change default #:width value depending on whether PORT
is a tty.
2023-12-28 12:24:02 +01:00
..
command.scm Fix typos throughout codebase. 2023-07-16 22:09:01 +02:00
common.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
coop-server.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
debug.scm debug: Print wider stack frames when not writing to a tty. 2023-12-28 12:24:02 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
repl.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
server.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00