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: Marius Vollmer
Subject: Re: Breakpoint etc. support merged into CVS
Date: 03 Nov 2002 19:10:48 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Neil Jerram <address@hidden> writes:

> OK, the docs are there now too.

Excellent!

However, cough, I get this:

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

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

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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