Hacker News new | ask | show | jobs
by fiddlerwoaroof 1993 days ago
It's implementation dependent, but something like this works with sbcl:

    C-u C-c C-k ;; recompile with (debug 3)
    (step (some-function))
I also never do this