From: Gerd Flaig Date: Sat, 27 Dec 2008 15:42:02 +0000 (+0100) Subject: use slime debugger X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=58c69aa5c7a9fceb42e36c9ab8d901c7cf66f643 use slime debugger --- 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)