Hi, Who can give me a help ? I did this: (setf *show-lisp-errors-p* T) (setf *show-lisp-backtraces-p* T)
But the *show-lisp-backtraces-p* seems that it does not work. I can't see any backtraces on the page.
Did I use it by a wrong way?
Thanks.
On 5/20/2011 01:37, Colin wrote:
But the *show-lisp-backtraces-p* seems that it does not work. I can't see any backtraces on the page.
What Common Lisp implementation are you using?
Hunchentoot uses trivial-backtrace which doesn't support every CL impl. See http://common-lisp.net/project/trivial-backtrace/
Walter