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: Re: Debug setup in emacs Date: Sat, 05 Sep 2020 15:17:56 -0700 Message-ID: <875z8rg963.fsf@posteo.net> References: <874kod3ygp.fsf@posteo.net> <87zh643cpp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21550"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Sep 06 00:18:16 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 1kEgVj-0005Vp-VX for guile-user@m.gmane-mx.org; Sun, 06 Sep 2020 00:18:15 +0200 Original-Received: from localhost ([::1]:33194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEgVj-0001gE-1I for guile-user@m.gmane-mx.org; Sat, 05 Sep 2020 18:18:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40960) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEgVZ-0001ej-Mv for guile-user@gnu.org; Sat, 05 Sep 2020 18:18:05 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:53556) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEgVW-00055m-8Y for guile-user@gnu.org; Sat, 05 Sep 2020 18:18:05 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 730AF16005C for ; Sun, 6 Sep 2020 00:17:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599344279; bh=0tveXFpvi2zcr6+VXJjwhAQ2lz3kmIQxpvF7KyOvd2k=; h=From:To:Cc:Subject:Date:From; b=fXfT7zsCUzLpQ8M8kx6nZEfokjweu6EymKxkImIHhXkKQGhl3OZMtadP71T6hxdDH kIaV+jGez5jmL3qNvNpwRMoUMSgdw0M3jc0WpbS/1mMbcpjJjhjo7Nr38+5UKzj0k4 1zZGIFBXxHh9EcZYtbCi0XTEBY+fx+3siUGHQIgBuwI7IqSkOI4THpsao6m6F4YS40 /uBS9xfE3L+lH8GmdeosEB5UHWGGgjojk+KrEoIIddvnnO0gM51eidwGjaVhCn+ijr sWv0BxUvCzBtlXg3ToAYtv1UTF6phseSXZ4IVp4zXyqhNOjg3Y6ZY9FbHqp5Tmy0qO DuaoAEoTsSYvg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BkTSk4rd2z9rxM; Sun, 6 Sep 2020 00:17:58 +0200 (CEST) In-Reply-To: <87zh643cpp.fsf@gnu.org> Received-SPF: pass client-ip=185.67.36.65; envelope-from=plattfot@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/05 18:17:59 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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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:16863 Archived-At: Hi Jan, Jan Nieuwenhuizen writes: > Some years ago, I created Guile mode for Emacs GUD and an initial > patch for the guile debugger to work with that > > https://lists.gnu.org/archive/html/guile-devel/2014-08/msg00004.html > > At the time, the guile debugger had a couple of bugs wrt setting > breakpoints and I'm afraid the code has bitrotted since then. That sounds exactly what I'm after. Did any of that get merged upstream? As I see guiler mentioned in the Emacs GUD docs [1]. [1] https://www.gnu.org/software/emacs/manual/html_node/emacs/Starting-GUD.html#Starting-GUD -- s/Fred[re]+i[ck]+/Fredrik/g