On Jan 16, 7:34 pm, "
whallibur...@gmail.com" <
whallibur...@gmail.com>
wrote:
> I really like seeing the error and backtrace in the browser ala
> hunchentoot.
Who does not? Pass :debug t to START-WEBLOCKS. :)
> How are y'all handling debugging of actions. Right now i am using
> log5[1] and just redirecting all the errors
I'm fine with the backtraces for development and logging with log5
later in the production stage.
> Think that maybe, for development, instead of popping up dialog
> "session has probably timed out" that we put the error message and
> maybe the backtrace into the dialog.
After enabling backtraces as above, you can use Firebug to look into
the response of the failed XmlHttpRequest.
HTH
Leslie