I\'m using CCL on Mac (1.8.1 -- the latest available at this writing), and wondering if there\'s any sort of debugging tutorial available.
The thing I\'m particularl
in ccl, you can use cl-stepper:step instead of cl:step.
cl-stepper:step
cl:step
(ql:quickload "com.informatimago.common-lisp.lisp.stepper")