* Why there's no debugger?
@ 2007-10-22 17:48 Josef Wolf
2007-10-23 12:41 ` Neil Jerram
0 siblings, 1 reply; 4+ messages in thread
From: Josef Wolf @ 2007-10-22 17:48 UTC (permalink / raw)
To: guile-user
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.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why there's no debugger?
2007-10-22 17:48 Why there's no debugger? Josef Wolf
@ 2007-10-23 12:41 ` Neil Jerram
2007-10-25 20:06 ` Josef Wolf
0 siblings, 1 reply; 4+ messages in thread
From: Neil Jerram @ 2007-10-23 12:41 UTC (permalink / raw)
To: Josef Wolf; +Cc: guile-user
Josef Wolf <jw@raven.inka.de> writes:
> Hello,
>
> I followed the suggestion from the info pages and put following into my
> ~/.guile file:
Which info pages were those? The info for 1.6.7 does not mention
(ice-9 debugger breakpoints ...), because those modules are not
included in 1.6.7.
To do debugging with 1.6.7, you need to download and install the
latest guile-debugging tarball/.deb from
http://download.gna.org/guile-debugging/. Please see the README file
there for an explanation of how guile-debugging relates to Guile CVS,
and for where to look for guile-debugging documentation.
(To confuse matters, the manual of recent Guile 1.8.x releases
incorrectly documents these features, which are not actually present
in Guile 1.8.x. The manual should be fixed for the next 1.8.x release.)
> (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?
It means what it says: there is no code for the module, i.e. no file
ice-9/debugger/breakpoints.scm anywhere in Guile's load path.
Regards,
Neil
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why there's no debugger?
2007-10-23 12:41 ` Neil Jerram
@ 2007-10-25 20:06 ` Josef Wolf
2007-10-25 21:29 ` Neil Jerram
0 siblings, 1 reply; 4+ messages in thread
From: Josef Wolf @ 2007-10-25 20:06 UTC (permalink / raw)
To: guile-user
On Tue, Oct 23, 2007 at 01:41:57PM +0100, Neil Jerram wrote:
> Josef Wolf <jw@raven.inka.de> writes:
> > I followed the suggestion from the info pages and put following into my
> > ~/.guile file:
>
> Which info pages were those? The info for 1.6.7 does not mention
> (ice-9 debugger breakpoints ...), because those modules are not
> included in 1.6.7.
>
> To do debugging with 1.6.7, you need to download and install the
> latest guile-debugging tarball/.deb from
> http://download.gna.org/guile-debugging/. Please see the README file
> there for an explanation of how guile-debugging relates to Guile CVS,
> and for where to look for guile-debugging documentation.
>
> (To confuse matters, the manual of recent Guile 1.8.x releases
> incorrectly documents these features, which are not actually present
> in Guile 1.8.x. The manual should be fixed for the next 1.8.x release.)
Thanks for the answer, Neil. You are right, I read it on a guile 1.8
installation. At the time I wrote the mail, I had 1.6.7 and I failed
to remember that I read it on the other box. Sorry for the confusion!
I guess the debugging will be included in some future guile release?
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why there's no debugger?
2007-10-25 20:06 ` Josef Wolf
@ 2007-10-25 21:29 ` Neil Jerram
0 siblings, 0 replies; 4+ messages in thread
From: Neil Jerram @ 2007-10-25 21:29 UTC (permalink / raw)
To: Josef Wolf; +Cc: guile-user
Josef Wolf <jw@raven.inka.de> writes:
> Thanks for the answer, Neil. You are right, I read it on a guile 1.8
> installation. At the time I wrote the mail, I had 1.6.7 and I failed
> to remember that I read it on the other box. Sorry for the confusion!
No problem. A lot of the confusion stems from my slowness working on
this, I'm afraid.
> I guess the debugging will be included in some future guile release?
Well that's more likely than being in a past release. :-)
More seriously: I strongly want to get this area (debugging and Emacs
interface) to a state where it is complete (for the immediate use
cases that occur to me), coherent and fully documented; and I hope to
achieve that in the next few months. Then we can look at what makes
sense in terms of releases.
Regards,
Neil
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-25 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 17:48 Why there's no debugger? Josef Wolf
2007-10-23 12:41 ` Neil Jerram
2007-10-25 20:06 ` Josef Wolf
2007-10-25 21:29 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).