From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josef Wolf Newsgroups: gmane.lisp.guile.user Subject: Why there's no debugger? Date: Mon, 22 Oct 2007 19:48:38 +0200 Message-ID: <20071022174838.GD30746@raven.wolf.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193075451 13325 80.91.229.12 (22 Oct 2007 17:50:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 17:50:51 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 22 19:50:50 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ik1QP-0005Dh-KM for guile-user@m.gmane.org; Mon, 22 Oct 2007 19:50:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik1QH-00064J-Oy for guile-user@m.gmane.org; Mon, 22 Oct 2007 13:50:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik1QC-00060F-3F for guile-user@gnu.org; Mon, 22 Oct 2007 13:50:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik1Q7-0005oH-Bs for guile-user@gnu.org; Mon, 22 Oct 2007 13:50:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik1Q6-0005mU-Dk for guile-user@gnu.org; Mon, 22 Oct 2007 13:50:31 -0400 Original-Received: from quechua.inka.de ([193.197.184.2] helo=mail.inka.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ik1Q5-0006AH-5G for guile-user@gnu.org; Mon, 22 Oct 2007 13:50:29 -0400 Original-Received: from raven.inka.de (uucp@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1Ik1Pv-0002Sk-CK; Mon, 22 Oct 2007 19:50:19 +0200 Original-Received: by raven.inka.de (Postfix, from userid 1000) id 4B1793A63B; Mon, 22 Oct 2007 19:48:38 +0200 (CEST) Content-Disposition: inline User-Agent: Mutt/1.5.9i X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6228 Archived-At: Hello, I followed the suggestion from the info pages and put following into my ~/.guile file: (use-modules (ice-9 debugger breakpoints)) (use-modules (ice-9 debugger breakpoints source)) (use-modules (ice-9 debugger breakpoints procedural)) (use-modules (ice-9 readline)) (activate-readline) But now I get following error: ERROR: no code for module (ice-9 debugger breakpoints) Any ideas what causes this error? BTW: This is with guile 1.6.7 as it comes with suse-10.0. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user