mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Set *print-escape* to nil in the debugger
This commit is contained in:
parent
5ca1a03c86
commit
3f8e05ce29
1 changed files with 2 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ Use special code 0 to cancel this operation.")
|
|||
(let*((*print-level* 2)
|
||||
(*print-length* 4)
|
||||
(*print-pretty* t)
|
||||
(*print-escape* nil)
|
||||
(*print-readably* nil)
|
||||
(functions) (blocks) (variables))
|
||||
(unless (si::bc-disassemble (ihs-fun *ihs-current*))
|
||||
|
|
@ -1013,6 +1014,7 @@ Use special code 0 to cancel this operation.")
|
|||
(let*((*print-level* 2)
|
||||
(*print-length* 4)
|
||||
(*print-pretty* t)
|
||||
(*print-escape* nil)
|
||||
(*print-readably* nil))
|
||||
(multiple-value-bind (local-variables special-variables functions blocks restarts)
|
||||
(ihs-environment *ihs-current*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue