Re: Changing source on the fly (Was: Lisp Book(s) in the K&R Style)
- From: Barry Margolin <barmar@xxxxxxxxxxxx>
- Date: Fri, 06 May 2005 09:03:10 -0400
In article <u3bt0968j.fsf_-_@xxxxxx>, Maks Romih <maksr@xxxxxx> wrote:
> Is it possible in CMUCL to change the source when stepping through the
> debugger? I mean, the source of the very function or loop you are
> stepping through.
I expect that you can redefine the function, but it won't affect the
current execution that's in progress. Unless the function is
inline-coded into the callers, it should affect subsequent calls to the
function.
--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
.
- Follow-Ups:
- Re: Changing source on the fly
- From: Maks Romih
- Re: Changing source on the fly
- References:
- Lisp Book(s) in the K&R Style
- From: no . email
- Re: Lisp Book(s) in the K&R Style
- From: Nikhil Ketkar
- Re: Lisp Book(s) in the K&R Style
- From: André Thieme
- Re: Lisp Book(s) in the K&R Style
- From: Nikhil Ketkar
- Re: Lisp Book(s) in the K&R Style
- From: GP lisper
- Changing source on the fly (Was: Lisp Book(s) in the K&R Style)
- From: Maks Romih
- Lisp Book(s) in the K&R Style
- Prev by Date: Re: Wondering if you guys would like to comment on this
- Next by Date: Re: An idea for a freak DWIM lisp-2
- Previous by thread: Changing source on the fly (Was: Lisp Book(s) in the K&R Style)
- Next by thread: Re: Changing source on the fly
- Index(es):
Relevant Pages
|