Question

What's the best way to initialise a Lisp session (I'm using Slime and sbcl) such that functions are always compiled with the maximum amount of debug information?

Was it helpful?

Solution

(sb-ext:restrict-compiler-policy 'debug 3) in the repl or your .sbclrc will do it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top