From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Christopher Howard Newsgroups: gmane.lisp.guile.user Subject: Re: Interactive Debugging Date: Sat, 19 Oct 2019 11:04:23 -0800 Message-ID: <1571511863.11237.3.camel@librehacker.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="77978"; mail-complaints-to="usenet@blaine.gmane.org" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 19 21:05:08 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLu2F-000KA9-6H for guile-user@m.gmane.org; Sat, 19 Oct 2019 21:05:07 +0200 Original-Received: from localhost ([::1]:34792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLu2D-0003aw-AS for guile-user@m.gmane.org; Sat, 19 Oct 2019 15:05:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43317) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLu1g-0003af-El for guile-user@gnu.org; Sat, 19 Oct 2019 15:04:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLu1f-0000nT-L3 for guile-user@gnu.org; Sat, 19 Oct 2019 15:04:32 -0400 Original-Received: from mx.kolabnow.com ([95.128.36.42]:44830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iLu1f-0000k0-BG for guile-user@gnu.org; Sat, 19 Oct 2019 15:04:31 -0400 Original-Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 0D2FCB0B for ; Sat, 19 Oct 2019 21:04:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:mime-version:content-type:content-type :references:in-reply-to:date:date:from:from:subject:subject :message-id:received:received:received; s=dkim20160331; t= 1571511867; x=1573326268; bh=LkLkJE8/Q7TGKBb2C3xdWx5IeszZzvPVA4T 5Yg1NfAc=; b=2au5TQtj2fQd67V08MNUdFls/lnLfvAng2VyeBtp7R9higNeO93 iW3INeUzUjQR3o/de1FYV5U1w5kfzFjvHrYtfab9wQwP8wvjmM73kbzdO85uofNz H1Amv092s+E28ZNiGlJ/NMs1egiADfC7e1k3UnZDuEA2U0dsEKD6gIxx7gasnScL ZlbPQf4JGKWJQVk817PefnpgYP1FVJmy8fXGXunemsv71xNjNAf2aQfDPtGDmefg 16NJusN7e5jl1+x9PD2Ogvk/reNev5y7xv36Neh+ua/aDOPNcfpIs3Qeb537pomB xOH5U+SJHB0EYY8l8B5co5EMUTRswOuy6kHYfB9d0cZcXNa4emzyW3E+6xQiAfBQ Jh3hei4WoAI9SFtS4ht3BOqLxrz9HAt6il1/hEWPHf0cjZcN4TGmIEkxP88wW6z6 5M9SQJxeIkI9sLuA/bB9gM3r7ngUMnVrzGV39EVpYDhDRdN8UWbW4L5D7vzYvu4M /i6QtF9HVC3lg2/bHgkbtm5iuXc4HsMgJYM/ZTN/VFogm X-Virus-Scanned: amavisd-new at mykolab.com Original-Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G-QkZtLJhBqA for ; Sat, 19 Oct 2019 21:04:27 +0200 (CEST) Original-Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 9906D56F for ; Sat, 19 Oct 2019 21:04:27 +0200 (CEST) Original-Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx002.mykolab.com (Postfix) with ESMTPS id 59AD61BA2 for ; Sat, 19 Oct 2019 21:04:27 +0200 (CEST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 95.128.36.42 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.lisp.guile.user:15772 Archived-At: > Below is something I played with years ago.=C2=A0 I'm not sure kill-opt= is > up to date.=C2=A0=C2=A0 Try with > > >=C2=A0=C2=A0 > (load "jtd.scm") >=C2=A0=C2=A0 > (foo) >=C2=A0=C2=A0 [1]> ,loc The code seems to evaluate fine, but does not produce useful results: ``` scheme@(guile-user)> ,use (potluck jtd) scheme@(guile-user)> (foo) scheme@(guile-user) [1]> ,loc While executing meta-command: Wrong type (expecting string): #f scheme@(guile-user) [1]> ,locals =C2=A0 No local variables. ```