[slime-devel] calling SLIME's inspector from CL?
Tamas K Papp
tkpapp at gmail.com
Thu Jun 3 07:52:11 UTC 2010
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
More information about the slime-devel
mailing list