> So, is there a workraound for Hunchentoot 1.0 to bypass the error
> handling and get at the sldb buffer?

Can you try this patch:

diff -r 6060e0356aa9 src/request-handler.lisp
--- a/src/request-handler.lisp  Tue Mar 24 18:13:25 2009 +0100
+++ b/src/request-handler.lisp  Sat Apr 04 17:12:44 2009 +0200
@@ -55,7 +55,7 @@
                           (if *catch-errors-p*
                             (return-from handle-client-request
                                          (handle-error-condition app c))
-                            (signal c)))))
+                            (invoke-debugger c)))))
     (call-next-method)))

 (defmethod handle-client-request ((app weblocks-webapp))


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to