guile-user
[Top][All Lists]
Advanced

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

Re: Breakpoint etc. support merged into CVS


From: Neil Jerram
Subject: Re: Breakpoint etc. support merged into CVS
Date: 04 Nov 2002 18:44:37 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Marius" == Marius Vollmer <address@hidden> 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:

address@hidden ~]$ 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





reply via email to

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