From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brian S McQueen Newsgroups: gmane.lisp.guile.user Subject: debugging Date: Tue, 13 Apr 2004 09:20:08 -0700 (PDT) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1081873273 9678 80.91.224.253 (13 Apr 2004 16:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Apr 2004 16:21:13 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 13 18:21:05 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 1BDQen-0000wz-00 for ; Tue, 13 Apr 2004 18:21:05 +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 1BDQec-0003Rn-13 for guile-user@m.gmane.org; Tue, 13 Apr 2004 12:20:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDQeP-0003RK-P9 for guile-user@gnu.org; Tue, 13 Apr 2004 12:20:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDQdt-0003G0-5O for guile-user@gnu.org; Tue, 13 Apr 2004 12:20:40 -0400 Original-Received: from [129.99.113.17] (helo=marcy.nas.nasa.gov) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDQds-0003Fs-NL for guile-user@gnu.org; Tue, 13 Apr 2004 12:20:08 -0400 Original-Received: from marcy.nas.nasa.gov (localhost [127.0.0.1]) by marcy.nas.nasa.gov (8.12.10+Sun/8.12.10/NAS-6n) with ESMTP id i3DGK8i8029102 for ; Tue, 13 Apr 2004 09:20:08 -0700 (PDT) Original-Received: from localhost (bqueen@localhost) by marcy.nas.nasa.gov (8.12.10+Sun/8.12.10/Submit) with ESMTP id i3DGK8cU029098 for ; Tue, 13 Apr 2004 09:20:08 -0700 (PDT) Original-To: guile-user@gnu.org 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:3064 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3064 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 was hoping for a stack dump or syntax error reporting. For some reason I get no diagnostic information at all from my embedded scheme interpreter, but the command line guile has plenty of diagnostic information. How do I get this diagnostic information into my embedded interpreter? Brian McQueen NAS Division NASA/Ames _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user