Neil Jerram <[EMAIL PROTECTED]> writes:

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



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to