This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Lisp Debugger

6 posts · 7766 views

Hi all,

I'm writing in Common Lisp and I need a debugger; one which can allow me to step through each line of code and see what it is returning. Is there such a debugger?

Re: Lisp Debugger

Lispworks has a 'stepper' which lets you step though the execution of your code.

Re: Lisp Debugger

Slime and its backends have implementations of single-step debugging.

Re: Lisp Debugger

I downloaded LispWorks, but I have to say the program doesn't seem to have a very intuitive design :|. I have no idea how to step through my code...Anyone know a step-by-step tutorial?