Hi,
I have a very simple question about SLDB and examining frames. When SLIME raises a debugger window for the execution of
(let ((foo 1)) (break) (* 2 foo))
I press `e' and type `foo'. But SLDB complains that FOO is unbound. Where did I make mistake?
(BTW, I use SBCL 1.0.3)
Regards.