From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: linas@linas.org (Linas Vepstas) Newsgroups: gmane.lisp.guile.user Subject: Re: debugging Date: Wed, 14 Apr 2004 09:04:04 -0500 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20040414140404.GD24307@backlot.linas.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081954008 18386 80.91.224.253 (14 Apr 2004 14:46:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 14:46:48 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 14 16:46:17 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDlea-0002P9-00 for ; Wed, 14 Apr 2004 16:46:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDlGl-00028m-05 for guile-user@m.gmane.org; Wed, 14 Apr 2004 10:21:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDlDU-0001Rz-QQ for guile-user@gnu.org; Wed, 14 Apr 2004 10:18:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDlCw-0001Hb-0M for guile-user@gnu.org; Wed, 14 Apr 2004 10:18:14 -0400 Original-Received: from [67.100.217.179] (helo=backlot.linas.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDkzl-0005tp-4D for guile-user@gnu.org; Wed, 14 Apr 2004 10:04:05 -0400 Original-Received: by backlot.linas.org (Postfix, from userid 500) id BD0C61B8E6; Wed, 14 Apr 2004 09:04:04 -0500 (CDT) Original-To: Brian S McQueen Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3074 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3074 On Tue, Apr 13, 2004 at 09:20:08AM -0700, Brian S McQueen was heard to remark: > I have been using guile to handle the logic of a project (also to make the > project fun). Anyway, I needed to do a bit of debugging yesterday, and I > decided to finally try to figure out the guile debugging tools. I think I > found the right stuff, but I am puzzled by the results. Near the top of > my guile script I put: > > (debug-enable 'backtrace) > (debug-enable 'debug) > (debug-enable 'trace) > > This seemed to do nothing. What am I missing? I've got the same problem. Worse, actually, as things blow up for me then and there. I tried to cut-n-paste the appropriate ice-9 code into my app, but wasn't able to conclude much, other than that there seems to be a bad interaction between debugging and modules... --linas -- pub 1024D/01045933 2001-02-01 Linas Vepstas (Labas!) PGP Key fingerprint = 8305 2521 6000 0B5E 8984 3F54 64A9 9A82 0104 5933 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user