Hi Jonathan,
I'm new to SLIME, and trying to figure out some practical debugging strategies since I'm so used to single-stepping and breakpoints, and we don't have those facilities (IIRC) under Lisp/SLIME.
What are some ways to accomplish the same thing? Or do we just use C-c C-t and debug that way, reading return values from traced functions?
You might find some of the techniques described in these blog postings useful: http://bc.tech.coop/blog/050608.html http://bc.tech.coop/blog/050616.html http://bc.tech.coop/blog/040628.html http://bc.tech.coop/blog/040922.html
-- Bill Clementson