Hi,
Is it possible to call slime's inspector from CL? This would come handy when I want to inspect a variable inside a function. If I call (inspect my-variable), I get SBCL's inspector, which is not nearly as nice as SLIME's.
Currently, I work around this by saving the variable (eg (defparameter *my-variable* my-variable)) and inspect it after the function is finished, but doing it directly would be nicer.
Thanks,
Tamas