Edi Weitz wrote:
On Mon, 11 Sep 2006 17:06:21 +0530, "Chaitanya Gupta" mail@chaitanyagupta.com wrote:
From what I have seen, TBNL doesn't log any errors for the new thread created. I get a new debugger window in SLIME everytime there's any error in the new thread created. Is there anyway I can make TBNL log these errors too?
Not automatically, because the HANDLER-BIND which TBNL wraps around the request handler doesn't extend to other threads. You will have to wrap another HANDLER-BIND around your new thread yourself which might look pretty similar to the one in modlisp.lisp.
Ok, thanks. I will check that out.
Chaitanya