guile-user
[Top][All Lists]
Advanced

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

Re: guile debugging (was: Missing ice-9 debugger breakpoints)


From: Neil Jerram
Subject: Re: guile debugging (was: Missing ice-9 debugger breakpoints)
Date: Sat, 30 Sep 2006 18:23:46 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Neil Jerram <address@hidden> writes:

> Carlos Pita <address@hidden> writes:
>
>> read-and-dispatch-commands is defined by
>> command-loop.scm but not exported. Then there is an
>> invocation from ossau/ice-9-debugger-extensions.scm,
>> which I guess is spoiling the game.
>
> Yes, thanks for looking into this.
>
> For a quick solution for 1.8.x/CVS, can you try changing
>
>                (read-and-dispatch-commands state (current-input-port)))))
>
> in ice-9-debugger-extensions.scm to
>
>                (debugger-command-loop state))))
>
> and let me know if it works?
>
> (This isn't the complete solution because it will break 1.6.x, and I'm
> currently trying to support both 1.6.x and 1.8.x/CVS from the same
> codebase.  I'll work out the 1.6.x details later.)

The full fix for this in now in Guile CVS, and will be in
guile-debugging 0.14 (when that is released, tbd).  Please shout if it
still doesn't work for you!

Regards,
     Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]