> Dave Pawson wrote:
> > New user, Fedora Core,
> > Guile at /usr/share/guile/1.8/
> > Reading the manual
> > http://www.gnu.org/software/guile/manual/guile.html
> > 
> > The debug seems to require ice-9
> >  (use-modules (ice-9 debugger breakpoints))
> 
> 
> Seemingly resolved?
> http://www.gnu.org/software/guile/manual/guile.html#Intro-to-Breakpoints
> The manual may be at fault.
> 
> (use-modules (ice-9 debugger))
> and
> (use-modules (ice-9 breakpoints))
> 


If I recall correctly, the breakpoint library was split off into a separate 
package.  The manual is incorrect.  This is a known bug, and should be fixed in 
the next release.

The bug is documented here.

http://lists.gnu.org/archive/html/bug-guile/2007-10/msg00037.html

The separate package lives here, I think.

https://gna.org/projects/guile-debugging

Hope this helps,

Mike Gran



Reply via email to