Page 1 of 1
Lisp Debugger
Posted: Fri Jan 08, 2010 7:10 pm
by webguy08
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
Posted: Fri Jan 08, 2010 7:23 pm
by Balooga
Lispworks has a 'stepper' which lets you step though the execution of your code.
Re: Lisp Debugger
Posted: Fri Jan 08, 2010 8:10 pm
by nuntius
Re: Lisp Debugger
Posted: Sat Jan 09, 2010 12:40 am
by dmitry_vk
Slime and its backends have implementations of single-step debugging.
Re: Lisp Debugger
Posted: Sat Jan 09, 2010 2:53 pm
by webguy08
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?
Re: Lisp Debugger
Posted: Sat Jan 09, 2010 3:50 pm
by billy