[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging local variables
- To: info-mcl@cambridge.apple.com
- Subject: Re: Debugging local variables
- From: Peter Szolovits <psz@mit.edu>
- Date: Mon, 13 Dec 93 13:35:14 -0500
- Cc: Tom McDougal <mcdougal@cs.uchicago.edu>
- In-reply-to: Your message <1993Dec13.172149.16643@midway.uchicago.edu> of Mon, 13 Dec 1993 17:21:49 GMT
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