[hunchentoot-devel] resurrect tbnl's debug-value macro?

Robert Synnott rsynnott at gmail.com
Thu May 3 13:33:40 UTC 2007


On 5/3/07, Pierre THIERRY <nowhere.man at levallois.eu.org> wrote:
>...
> Just do it yourself, with a handler "leaking" the objects you want to
> inspect:
>
> (defvar *leak*)
>
> (defun leaking-handler ()
>   (setf *leak* (list *request* *reply*))
>   "<html><head><title>Leaked</title></head><body>Leaked.</body></html>")
>
> Scalably,
> Pierre

I do this as well, but the debug-mode thing actually sounds very handy
(of course, it's not useful for debugging running applications).
Rob.



More information about the Tbnl-devel mailing list