From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: Breakpoint etc. support merged into CVS Date: 05 Nov 2002 23:10:17 +0000 Sender: guile-devel-admin@gnu.org Message-ID: References: <871y62bk2f.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036543070 24958 80.91.224.249 (6 Nov 2002 00:37:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 00:37:50 +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 189ECa-0006UQ-00 for ; Wed, 06 Nov 2002 01:37:48 +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 189E8h-0005Ia-00; Tue, 05 Nov 2002 19:33:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189DyR-0001ge-00 for guile-devel@gnu.org; Tue, 05 Nov 2002 19:23:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189DyO-0001fg-00 for guile-devel@gnu.org; Tue, 05 Nov 2002 19:23:09 -0500 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 189DyK-0001ez-00; Tue, 05 Nov 2002 19:23:04 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0378.dialup.zetnet.co.uk [194.247.49.122]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id gA60N1D24157; Wed, 6 Nov 2002 00:23:02 GMT Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 0BFDADC4CE; Tue, 5 Nov 2002 23:10:17 +0000 (GMT) Original-To: Marius Vollmer In-Reply-To: Original-Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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:1646 gmane.lisp.guile.user:1337 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1646 >>>>> "Marius" == Marius Vollmer 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 #< 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel