On Fri, Nov 13, 2009 at 17:37, Frode V. Fjeld frode@netfonds.no wrote:
It's rather easy to modify the standard process-request to call invoke-debugger, but wouldn't it make sense to have something like hunchentoot:*invoke-debugger-on-error-p* ?
Hans Hübner hans.huebner@gmail.com writes:
The answer is: Use *break-on-signals* [..]
Right, I did have the feeling that "I must be missing something here" :-) I actually knew of *break-on-signals* (having implemented it, even), I just didn't think of it.
Thanks,