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