mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
DEFAULT-DEBUGGER sets *print-readably* to NIL to avoid problems.
This commit is contained in:
parent
a6147c8af8
commit
8a37da405c
1 changed files with 1 additions and 0 deletions
|
|
@ -1422,6 +1422,7 @@ package."
|
|||
(let* ((*standard-input* *debug-io*)
|
||||
(*standard-output* *debug-io*)
|
||||
;;(*tpl-prompt-hook* "[dbg] ")
|
||||
(*print-readably* nil)
|
||||
(*print-pretty* nil)
|
||||
(*print-circle* t)
|
||||
(*readtable* (or *break-readtable* *readtable*))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue