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?
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?
I don't know about a tutorial, but I found the following links helpful when I was recently looking for something similar. SLDB: the SLIME debugger SBCL Debugger