Skip to content
Snippets Groups Projects
Commit a5e87ea6 authored by wlott's avatar wlott
Browse files

Bind *current-level* to 0, *print-readably* to nil, and *read-eval* to T

when entering the debugger to make sure things print as expected.
parent 209d38b0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.21 1991/10/16 11:39:26 chiles Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.22 1991/12/12 13:49:19 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -264,7 +264,11 @@
(*debug-abort* (find-restart 'abort))
(handler-case
(progn
(*error-output* *debug-io*))
(di:code-location-debug-block loc)
(format t "~%Source: ")
(*current-level* 0)
(di:debug-condition (ignore) ignore))))))
;;;; Invoke-debugger.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment