[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging local variables



Contrary to opinion on the mailing list, local variables CAN be accessed during
breaks via the form
        (local <n>)
where <n> corresponds to the numbering shown in the backtrace window.  I believe
that (setf (local <n>) ...) also works.  Obviously, you need to select the right
frame before using these.

--Pete Szolovits