From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lawrence Bottorff Newsgroups: gmane.lisp.guile.user Subject: Re: gds or guile debugging Date: Sat, 1 Nov 2014 10:12:26 -0400 Message-ID: References: <0DDADEB3-5D38-4FF8-BA65-8A7E8864EAF5@alumni.caltech.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1bf6cfc853c0506ccb37b X-Trace: ger.gmane.org 1414851166 18148 80.91.229.3 (1 Nov 2014 14:12:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 14:12:46 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Nov 01 15:12:39 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XkZPz-000358-2j for guile-user@m.gmane.org; Sat, 01 Nov 2014 15:12:39 +0100 Original-Received: from localhost ([::1]:52627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkZPy-0002st-KO for guile-user@m.gmane.org; Sat, 01 Nov 2014 10:12:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkZPo-0002rl-Ox for guile-user@gnu.org; Sat, 01 Nov 2014 10:12:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkZPn-000283-Q2 for guile-user@gnu.org; Sat, 01 Nov 2014 10:12:28 -0400 Original-Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:51664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkZPn-00027z-IK for guile-user@gnu.org; Sat, 01 Nov 2014 10:12:27 -0400 Original-Received: by mail-pd0-f178.google.com with SMTP id fp1so9002790pdb.9 for ; Sat, 01 Nov 2014 07:12:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fb/YUzR0Y9BmUohY41KggMocU4kU1JmT326/srgvz/U=; b=X8ZlGRkUFxUuSznleYFGz+Bf3s2OrFUYGu37jmhYUSby/BXqyCLZtklj9aR5GhrJK/ gokKJtcQDPOKp1tbEHZ9F5g3RZoo8fGJR+9mkoADiAjJNe8+EKMGpWqVVp2oJbsjoPLR oCB6WpeUsnfVMzhC8svhzTuPQd+bXM/2LqSws4wA0xH9PozV7xLEfbv7d/l1718XzGdm w4x87bLWgMniavIdq3oRCksRpWeaRousn3YspkmSS2Dao7aKLOsLyBlk8E1gtGpdHW/M vUpqvENJ20V6Ds+WIke48NndQHZ5VGyIZdZnfrvt+AcOJA69lZ/L8D/fQ7kaBa2L7HHa 94pw== X-Received: by 10.68.213.101 with SMTP id nr5mr30825457pbc.81.1414851146317; Sat, 01 Nov 2014 07:12:26 -0700 (PDT) Original-Received: by 10.70.103.139 with HTTP; Sat, 1 Nov 2014 07:12:26 -0700 (PDT) In-Reply-To: <0DDADEB3-5D38-4FF8-BA65-8A7E8864EAF5@alumni.caltech.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::232 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11614 Archived-At: --e89a8ff1bf6cfc853c0506ccb37b Content-Type: text/plain; charset=UTF-8 geiser doesn't have any sort of guile debugging, does it? In general, how does one run a debugger for guile 2? On Fri, Oct 31, 2014 at 8:12 PM, Matt Wette wrote: > maybe try geiser > (I used gds w/ guile 1.8, not using geiser w/ guile 2.0.11) > > On Oct 31, 2014, at 7:19 AM, Lawrence Bottorff wrote: > > > I'm having trouble getting guile's gds installed and running. I keep > getting > > > > error in process filter: Wrong type argument: listp, Backtrace: [2 times] > > > > Docs say I should have the three gds...el files in guile's "load path". > But apparently I don't know how to do this properly. Or maybe I've got > outdated gds files? > > > > BTW, if gds is not the way to go, can anyone suggest a different way to > debug guile inside of geiser/emacs? > > > > Thanks, > > LB > > --e89a8ff1bf6cfc853c0506ccb37b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
geiser doesn't have any sort of guile debugging, does = it? In general, how does one run a debugger for guile 2?

On Fri, Oct 31, 2014 at 8:= 12 PM, Matt Wette <mwette@alumni.caltech.edu> wrote:=
maybe try geiser
(I used gds w/ guile 1.8, not using geiser w/ guile 2.0.11)

On Oct 31, 2014, at 7:19 AM, Lawrence Bottorff <borgauf@gmail.com> wrote:

> I'm having trouble getting guile's gds installed and running. = I keep getting
>
> error in process filter: Wrong type argument: listp, Backtrace: [2 tim= es]
>
> Docs say I should have the three gds...el files in guile's "l= oad path". But apparently I don't know how to do this properly. Or= maybe I've got outdated gds files?
>
> BTW, if gds is not the way to go, can anyone suggest a different way t= o debug guile inside of geiser/emacs?
>
> Thanks,
> LB


--e89a8ff1bf6cfc853c0506ccb37b--