On 5/3/07, Pierre THIERRY nowhere.man@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.