From 1eeb4aac35e2f2c61bc22daab3bcea13ef5643be Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 14 Apr 1992 18:49:03 +0000
Subject: [PATCH] Changed the handler-bind in debug-loop to not invoke the
 debugger directly.

---
 code/debug.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/code/debug.lisp b/code/debug.lisp
index db37f7cd0..95716e2aa 100644
--- a/code/debug.lisp
+++ b/code/debug.lisp
@@ -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.29 1992/03/10 18:30:09 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.30 1992/04/14 18:49:03 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -348,8 +348,7 @@
 ;;; CONDITIONS::ERROR-ERROR calls this in emergencies to get into a debug
 ;;; prompt as quickly as possible with as little risk as possible for stepping
 ;;; on whatever is causing recursive errors.
-				      (throw 'debug-loop-catcher nil))
-				    (invoke-debugger condition))))
+;;;
 (defun internal-debug ()
   (let ((*in-the-debugger* t)
 	(*read-suppress* nil))
-- 
GitLab