fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

How to debug efficiently ? #17

Closed rapenne-s closed 11 years ago

rapenne-s commented 11 years ago

Hello,

I often get an error, but I can't find what is causing it. I think this is from the template rendering, but I have no idea how I can debug it or find the line which cause this problem.

Everything I get in SBCL is :

debugger invoked on a TYPE-ERROR in thread

<THREAD "Anonymous thread" RUNNING {10059417D3}>:

The value NIL is not of type STRING.

The app don't stop but stop responding. SBCL doesn't seem to enter in debug mode as it's a thread which cause the problem.

What can I do ?

fukamachi commented 11 years ago

I'm afraid but this is a problem of CL-EMB. I think this should be resolved but I can't do anything for this.