I would really vote for the feature. I didn't know it existed before. Also the (break) doesn't always work well with slime environment (at least in my case) and it doesn't go well with the lisp flowy programming model (so you can build all the functionality from REPL using functions as building blocks).
<br><br>Andrew<br><br><div><span class="gmail_quote">On 5/3/07, <b class="gmail_sendername">Pierre THIERRY</b> <<a href="mailto:nowhere.man@levallois.eu.org">nowhere.man@levallois.eu.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Scribit Mac Chan dies 03/05/2007 hora 01:14:<br>> Previously (in tbnl) if you set *debug-mode* to T, the top level<br>> dynamic vars *request*, *reply*, etc will be bound to the last<br>> request, reply objects.<br>
><br>> [...]<br>><br>> Thoughts?<br><br>This is something I usually do myself, and I save this kind of objects<br>in debug-specific variables. The *debug-mode* behaviour won't scale,<br>because you have to be sure there will only be a single HTTP request
<br>sent to the server, or the various variables will be overwritten.<br><br>Just do it yourself, with a handler "leaking" the objects you want to<br>inspect:<br><br>(defvar *leak*)<br><br>(defun leaking-handler ()
<br>  (setf *leak* (list *request* *reply*))<br>  "<html><head><title>Leaked</title></head><body>Leaked.</body></html>")<br><br>Scalably,<br>Pierre<br>--<br><a href="mailto:nowhere.man@levallois.eu.org">
nowhere.man@levallois.eu.org</a><br>OpenPGP 0xD9D50D8A<br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.6 (GNU/Linux)<br><br>iD8DBQFGOcTcxe13INnVDYoRAg4VAKDBoE3rkhpJhAnwRLjm14NlIonAhwCfWDrf<br>y4qWWj0+lFP4nyCz7OkBGDQ=
<br>=cHRq<br>-----END PGP SIGNATURE-----<br><br>_______________________________________________<br>tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">
http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>