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

2006-09-30 Thread Neil Jerram
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

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

2006-09-23 Thread Neil Jerram
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). > >

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

2006-09-23 Thread Neil Jerram
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

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

2006-09-15 Thread Carlos Pita
> 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

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

2006-09-15 Thread Carlos Pita
> > 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'

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

2006-09-15 Thread Neil Jerram
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

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

2006-09-14 Thread Carlos Pita
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