On Fri, Feb 3, 2012 at 2:24 AM, Leslie P. Polzer <leslie.pol
...@gmx.net> wrote:
> Very little needed changing; Weblocks works with Hunchentoot 1.2.x now.
I'm not sure what other people are doing about debug mode, since it no
longer seems to be the default to get a backtrace written out to the
browser when an error is caught. What I'm doing, anyway, is to set
*CATCH-ERRORS-P* to NIL in ENABLE-GLOBAL-DEBUGGING; this causes
Hunchentoot not to set up a handler for ERROR at all -- instead,
errors bring up a SLIME debug window. I prefer it this way, as I can
interact with the error context.
What do other Weblocks users think?
-- Scott