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, 23 Sep 2006 22:58:40 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Carlos Pita <address@hidden> writes:

>> I'll give a try to the package in gna + 1.8.0, as
>> you suggest.
>
> Mhhh, same problem:
>
>> ERROR: Unbound variable: read-and-dispatch-commands
>> ABORT: (unbound-variable)
>
> I'm using guile 1.8.0 and guile-debugging-0.12 (ie
> latest from gna).
>
> 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.)

Regards,
     Neil





reply via email to

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