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
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).
>
>
Carlos Pita <[EMAIL PROTECTED]> writes:
>> > Would guile-debugging be eventually merged with
>> guile core?
>>
>> Yes, this is in progress right now. I don't think
>> it will be in time
>> for the next stable release (1.8.1), though.
>
> Great! I've tried the CVS version, but throws some
> error
> 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.sc
> > Would guile-debugging be eventually merged with
> guile core?
>
> Yes, this is in progress right now. I don't think
> it will be in time
> for the next stable release (1.8.1), though.
Great! I've tried the CVS version, but throws some
errors when debug-trapping (quoted below), so I guess
I'
Carlos Pita <[EMAIL PROTECTED]> writes:
> Mhhh, then I found out these lines in the changelog
> for ice-9/debugger:
>
> 2005-07-09 Neil Jerram <[EMAIL PROTECTED]>
> * debugger.scm: Remove comments which are now
> incorrect.
> breakpoints.scm, behaviour.scm, trap-hooks.scm.
> (SUBDIRS
Mhhh, then I found out these lines in the changelog
for ice-9/debugger:
2005-07-09 Neil Jerram <[EMAIL PROTECTED]>
* debugger.scm: Remove comments which are now
incorrect.
breakpoints.scm, behaviour.scm, trap-hooks.scm.
(SUBDIRS): Removed.
[]
and also discovered the guile-d