unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
Cc: Guile Development <guile-devel@gnu.org>,
	Guile Users <guile-user@gnu.org>
Subject: Re: Breakpoint etc. support merged into CVS
Date: 04 Nov 2002 18:44:37 +0000	[thread overview]
Message-ID: <m33cqhyy22.fsf@laruns.ossau.uklinux.net> (raw)
In-Reply-To: <871y62bk2f.fsf@zagadka.ping.de>

>>>>> "Marius" == Marius Vollmer <mvo@zagadka.ping.de> writes:

    Marius> However, cough, I get this:

    guile> (use-modules (ice-9 debugger breakpoints source))
    guile> (define (f x) (let ((y 2)) ##(+ x y)))           
    Marius> ERROR: No applicable method for #<<generic> get-breakpoint (2)> in call (get-breakpoint #f 2 29)
    Marius> ABORT: (goops-error)
    Marius> ERROR: In procedure scm_lreadr:
    Marius> ERROR: #<unknown port>:3:38: unexpected ")"
    Marius> ABORT: (read-error)
    Marius> ERROR: In procedure scm_lreadr:
    Marius> ERROR: #<unknown port>:3:39: unexpected ")"
    Marius> ABORT: (read-error)

Hmm, that's odd.  When I try this, I get:

[neil@laruns ~]$ guile -q
guile> (use-modules (ice-9 debugger breakpoints source))
guile> (define (f x) (let ((y 2)) ##(+ x y)))
Set breakpoint 1: standard input:2:30: (+ x y)
guile> (version)
"1.7.0"
guile>

I'll keep looking; maybe I have something installed that CVS doesn't
install properly.

    Marius> Also, I think having to use some many modules is a bit inconvenient.
    Marius> What about making the normal repl be prepared for the usual kinds of
    Marius> breakpoints?

Sounds good; should this use autoload as per the current treatment of
(ice-9 debugger) and (ice-9 debug)?

        Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2002-11-04 18:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-26 19:07 Breakpoint etc. support merged into CVS Neil Jerram
2002-10-27 13:41 ` Neil Jerram
2002-11-03 18:10   ` Marius Vollmer
2002-11-04 18:44     ` Neil Jerram [this message]
2002-11-05 23:10       ` Neil Jerram
2002-11-17 14:58       ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m33cqhyy22.fsf@laruns.ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).