From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: Breakpoint etc. support merged into CVS Date: 03 Nov 2002 19:10:48 +0100 Sender: guile-devel-admin@gnu.org Message-ID: <871y62bk2f.fsf@zagadka.ping.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036347906 26380 80.91.224.249 (3 Nov 2002 18:25:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2002 18:25:06 +0000 (UTC) Cc: Guile Development , Guile Users Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 188PQl-0006r0-00 for ; Sun, 03 Nov 2002 19:25:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 188PO6-0000TU-00; Sun, 03 Nov 2002 13:22:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 188PCx-0002mJ-00 for guile-devel@gnu.org; Sun, 03 Nov 2002 13:10:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 188PCs-0002iK-00 for guile-devel@gnu.org; Sun, 03 Nov 2002 13:10:43 -0500 Original-Received: from mail.dokom.net ([195.253.8.218]) by monty-python.gnu.org with esmtp (Exim 4.10) id 188PCs-0002i5-00 for guile-devel@gnu.org; Sun, 03 Nov 2002 13:10:42 -0500 Original-Received: from dialin.speedway42.dip72.dokom.de ([195.138.42.72] helo=zagadka.ping.de ident=qmailr) by mail.dokom.net with smtp (Exim 3.32 #2) id 188PDd-0008Tk-00 for guile-devel@gnu.org; Sun, 03 Nov 2002 19:11:29 +0100 Original-Received: (qmail 16702 invoked by uid 1000); 3 Nov 2002 18:10:49 -0000 Original-To: Neil Jerram In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1635 gmane.lisp.guile.user:1319 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1635 Neil Jerram 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 #< get-breakpoint (2)> in call (get-breakpoint #f 2 29) ABORT: (goops-error) ERROR: In procedure scm_lreadr: ERROR: #:3:38: unexpected ")" ABORT: (read-error) ERROR: In procedure scm_lreadr: ERROR: #: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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel