From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Emacs development... Date: Sat, 21 Aug 2021 04:36:26 -0400 Message-ID: References: <56B1C272-CB13-4793-930C-9F6B96F9856B@traduction-libre.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25547"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 21 10:37:02 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mHMUw-0006UD-96 for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Aug 2021 10:37:02 +0200 Original-Received: from localhost ([::1]:38902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHMUu-0008IZ-7p for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Aug 2021 04:37:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHMUO-0007cz-7b for emacs-devel@gnu.org; Sat, 21 Aug 2021 04:36:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40376) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHMUM-0001Jb-OQ; Sat, 21 Aug 2021 04:36:26 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mHMUM-0005sk-LN; Sat, 21 Aug 2021 04:36:26 -0400 In-Reply-To: <56B1C272-CB13-4793-930C-9F6B96F9856B@traduction-libre.org> (message from Jean-Christophe Helary on Sat, 21 Aug 2021 14:07:59 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272776 Archived-At: For ex. is there a way to see the values of variables as I run the code, so that I don't need to modify the values of "message" here and there to have clues ? If it wasn't mentioned, you can also use the trace-function function to trace functions.