<div>< But yeah there are other ways to do it. I just bring this up to see if<br>this is something that other hunchentoot users would want to have<br>built-in ></div>
<div> </div>
<div>As mentioned, I did like having it in before. I tend to work in the REPL the way you describe. I'm curious: when you say "there are other ways to do it," what do you have in mind?</div>
<div> </div>
<div>Dan<br><br> </div>
<div><span class="gmail_quote">On 5/3/07, <b class="gmail_sendername">Mac Chan</b> <<a href="mailto:emailmac@gmail.com">emailmac@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Pierre,<br><br>On 5/3/07, Pierre THIERRY <<a href="mailto:nowhere.man@levallois.eu.org">nowhere.man@levallois.eu.org
</a>> wrote:<br>> 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>While in development, I'll be the only person sending http request, so<br>this is a controlled environment. But this is really not the issue<br>though. For debugging what Edi suggested is the way to go.<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>No this won't solve the issue that I brought up.<br><br>If you test your handler in the REPL, it will complain that *response*<br>is not bound.<br><br>Your *leak* object won't do any good here, you'll have to manually
<br>bind *request* to *leak* (and you can't automate this in your handler<br>because at that time *request* is dynamically bound and you cannot set<br>the global value of *request*)<br><br>But yeah there are other ways to do it. I just bring this up to see if
<br>this is something that other hunchentoot users would want to have<br>built-in.<br><br>Regards,<br>-- Mac<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>