[slime-cvs] CVS slime
heller
heller at common-lisp.net
Mon Aug 11 07:39:38 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv18740
Modified Files:
ChangeLog swank.lisp
Log Message:
* swank.lisp (*global-debugger*): Change default back to t.
--- /project/slime/cvsroot/slime/ChangeLog 2008/08/11 07:39:21 1.1437
+++ /project/slime/cvsroot/slime/ChangeLog 2008/08/11 07:39:28 1.1438
@@ -1,3 +1,7 @@
+2008-08-11 Helmut Eller <heller at common-lisp.net>
+
+ * swank.lisp (*global-debugger*): Change default back to t.
+
2008-08-10 Helmut Eller <heller at common-lisp.net>
* swank-ecl.lisp (thread-id): Assign an non-nil id to unknown
--- /project/slime/cvsroot/slime/swank.lisp 2008/08/11 07:37:31 1.564
+++ /project/slime/cvsroot/slime/swank.lisp 2008/08/11 07:39:29 1.565
@@ -2017,7 +2017,7 @@
(let ((*debugger-hook* nil))
(invoke-debugger condition)))
-(defvar *global-debugger* nil
+(defvar *global-debugger* t
"Non-nil means the Swank debugger hook will be installed globally.")
(add-hook *new-connection-hook* 'install-debugger)
More information about the slime-cvs
mailing list