Carlos Pita <[EMAIL PROTECTED]> 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



_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to