guile-devel
[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: 05 Nov 2002 23:10:17 +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> [...]

This is fixed now in unstable CVS (or will be within 10 minutes of
this email going).  I found 2 problems:

- failure to cope with ports whose `port-filename' is #f -- i.e. the
  readline port (how on earth did I miss this?)

- a mistake in my "simplification" of `define-option-interface' whose
  effect was to disable traps whenever a breakpoint was defined.

Brown paper bag x 1.5ish, I'd say.

        Neil





reply via email to

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