From 58c69aa5c7a9fceb42e36c9ab8d901c7cf66f643 Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Sat, 27 Dec 2008 16:42:02 +0100 Subject: [PATCH] use slime debugger --- setup.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.lisp b/setup.lisp index c689336..a3f5d90 100644 --- a/setup.lisp +++ b/setup.lisp @@ -3,4 +3,5 @@ ;; (hunchentoot:stop-server *webserver*) (setf hunchentoot:*show-lisp-backtraces-p* t) (setf hunchentoot:*show-lisp-errors-p* t) +(setf hunchentoot:*catch-errors-p* nil) (empire-web:start) -- 2.43.0