[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Anyone relying on "break-at" breakpoints?
From: |
Neil Jerram |
Subject: |
Re: Anyone relying on "break-at" breakpoints? |
Date: |
Sun, 28 Oct 2007 20:57:53 +0000 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
[I'm sorry about this email, masquerading as being from me, but
actually one that Ludovic wrote yesterday. For some reason I didn't
receive Ludovic's email through email, but just noticed it in the web
archive. So I was trying to reconstruct Ludovic's email in Gnus so
that I could reply to it - and accidentally sent it my mistake!]
Neil Jerram <address@hidden> claimed to write:
> Hi,
>
> Neil Jerram <address@hidden> writes:
>
>> There are (at least) three possibly interesting requirements that this
>> doesn't cover. Right now I'm still wondering about these, so ideas
>> are welcome.
>>
>> 1. The Guile application is going to load a file that contains
>> directly-executed code as well as procedure definitions, and you
>> want to set a breakpoint (ahead of time) on some of the
>> directly-executed code.
>
> But this ("directly-executed" code) is bad style anyway. ;-)
>
>> 2. You want to set a breakpoint somewhere in the middle of a complex
>> procedure, not right at the beginning of it.
>>
>> 3. You're using Guile interactively (e.g. using the GDS interface in
>> Emacs) and want to step through the evaluation of some code (which
>> isn't a procedure definition).
>>
>> I think your question was aiming at (2) - is that right?
>
> Exactly.
>
> But wasn't `break-at' useful when, e.g., hitting `C-x SPC' in an Emacs
> buffer (GDS)? Or probably it works differently because the code is not
> loaded into the GDS "server" from the file you're editing in Emacs,
> right?
>
> Thanks,
> Ludovic.