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: 04 Nov 2002 18:44:37 +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 1036436183 28496 80.91.224.249 (4 Nov 2002 18:56:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 18:56:23 +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 188mO7-0007Mx-00 for ; Mon, 04 Nov 2002 19:55:51 +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 188mPR-0004fS-00; Mon, 04 Nov 2002 13:57:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 188mEA-0001MQ-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 13:45:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 188mE6-0001Jf-00 for guile-devel@gnu.org; Mon, 04 Nov 2002 13:45:33 -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 188mE2-0001Hb-00; Mon, 04 Nov 2002 13:45:26 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0190.dialup.zetnet.co.uk [194.247.48.190]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id gA4IjNZ11355; Mon, 4 Nov 2002 18:45:23 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 4F30CDC12B; Mon, 4 Nov 2002 18:44:39 +0000 (GMT) Original-To: Marius Vollmer In-Reply-To: <871y62bk2f.fsf@zagadka.ping.de> Original-Lines: 36 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:1637 gmane.lisp.guile.user:1324 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1324 >>>>> "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> ABORT: (goops-error) Marius> ERROR: In procedure scm_lreadr: Marius> ERROR: #:3:38: unexpected ")" Marius> ABORT: (read-error) Marius> ERROR: In procedure scm_lreadr: Marius> ERROR: #:3:39: unexpected ")" Marius> ABORT: (read-error) Hmm, that's odd. When I try this, I get: [neil@laruns ~]$ 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel