From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Fredrik Salomonsson Newsgroups: gmane.lisp.guile.user Subject: Debug setup in emacs Date: Fri, 04 Sep 2020 16:37:42 -0700 Message-ID: <874kod3ygp.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39707"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Sep 05 02:53:33 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kEMST-000AE9-6B for guile-user@m.gmane-mx.org; Sat, 05 Sep 2020 02:53:33 +0200 Original-Received: from localhost ([::1]:45696 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEMSS-00042M-4b for guile-user@m.gmane-mx.org; Fri, 04 Sep 2020 20:53:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kELHD-00017y-TL for guile-user@gnu.org; Fri, 04 Sep 2020 19:37:51 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:44287) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kELHB-0006mm-ME for guile-user@gnu.org; Fri, 04 Sep 2020 19:37:51 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 964E52400FB for ; Sat, 5 Sep 2020 01:37:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599262665; bh=nybRgkAf9qvmjRrFJPIrwdWtF6s3zqcCg7UYq614XzA=; h=From:To:Subject:Date:From; b=pVT2S3S8hXhiIVdxzjs/W37EjG76nwIQbq0t5IpfCgUq9uitj1zeaeswa3CrbVkru m9CXyFgOnIFodr50HniCUWU2PKL1UItVwyLEgYvBY7AkFe/Ebu/1yU4NG86y/UD1b7 cvau7CsVhePeTL6GICR3OMZrZ0lMtnYv3LtNqSuOvNCu4GqbxlnnvhtwyopA+1+5OZ JVD7CXvJfes3fWO2jr3z0/0NaiwITlPA0MecViOzqsIuNSX1J6MRaMzs4S2b/oH/vc GZxxh+nhc2iI4zbeeHIxsZehNbX46tjxxQKGmzArIRnltja8+oeP0fJ4xY8xnCgRRn Krv9SmYBk0TLg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BjvHD6MRTz6tmF for ; Sat, 5 Sep 2020 01:37:44 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.66; envelope-from=plattfot@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/04 19:37:45 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 04 Sep 2020 20:53:14 -0400 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16851 Archived-At: Hi, I've been playing around with guile for awhile and really liking it. One thing I haven't figured out is how to setup a good debugging environment in emacs, similar to edebug for elisp or gdb i.e. have a buffer that shows me were I am in the code. The manual (from what I have found) only shows me how to run that in a REPL. And I didn't find much when searching in the mailing archive. Is there a way to set this up or is the REPL the way to go? I'm currently using guile-2.2.7 and I'm using guile-hall-0.3.1 [1] for building and running my tests. Thanks [1] https://gitlab.com/a-sassmannshausen/guile-hall -- s/Fred[re]+i[ck]+/Fredrik/g