guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why there's no debugger?


From: Josef Wolf
Subject: Why there's no debugger?
Date: Mon, 22 Oct 2007 19:48:38 +0200
User-agent: Mutt/1.5.9i

Hello,

I followed the suggestion from the info pages and put following into my
~/.guile file:

  (use-modules (ice-9 debugger breakpoints))
  (use-modules (ice-9 debugger breakpoints source))
  (use-modules (ice-9 debugger breakpoints procedural))
  (use-modules (ice-9 readline))
  (activate-readline)

But now I get following error:

  ERROR: no code for module (ice-9 debugger breakpoints)

Any ideas what causes this error?

BTW: This is with guile 1.6.7 as it comes with suse-10.0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]