
3 Jun
2010
3 Jun
'10
7:52 a.m.
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