From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: PLEASE: debugging embedded guile code Date: Sat, 26 Apr 2003 13:13:43 -0700 Organization: Home Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3EAAE877.7140ECB6@veritas.com> References: <20030225093608.6a8935f8.dsmith@altustech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051387685 29977 80.91.224.249 (26 Apr 2003 20:08:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 20:08:05 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 26 22:08:04 2003 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 199Vxs-0007nN-00 for ; Sat, 26 Apr 2003 22:08:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199VyU-0000fJ-00 for guile-devel@m.gmane.org; Sat, 26 Apr 2003 16:08:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 199Vy7-0000cX-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 16:08:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 199VxM-0000Af-00 for guile-devel@gnu.org; Sat, 26 Apr 2003 16:07:33 -0400 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=mtvmime01.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199VwG-0008Rd-00; Sat, 26 Apr 2003 16:06:24 -0400 Original-Received: from megami (unverified) by mtvmime01.veritas.com ; Sat, 26 Apr 2003 13:08:58 -0700 Original-Received: from veritas.com([172.22.12.211]) (1585 bytes) by megami via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sat, 26 Apr 2003 13:06:18 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.19-4GB i686) X-Accept-Language: en Original-To: Neil Jerram Original-cc: guile-user@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2220 gmane.lisp.guile.user:1839 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2220 Neil Jerram wrote: > Now you've really lost me, I'm afraid. Why don't you use a catch, > either in Scheme or in C, to catch the error? Yes, I can catch it. Now what do I print out? I know the file and line where the scheme text started, but I don't know what Guile's objections are and I don't know how far into the text the problem text was. If it is in the docs, then I didn't find it when I read it a few years ago. :-) It's also hard to read dark blue on a black background (glug page). So I generally get by by reading source code and I don't do it unless I really have to. I don't "really have to" because I can "catch" the exit call. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel