GNU bug report logs - #59646
[PATCH] Add short command for locals debug command.

Previous Next

Package: guile;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 28 Nov 2022 01:56:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 59646 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#59646; Package guile. (Mon, 28 Nov 2022 01:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Mon, 28 Nov 2022 01:56:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: bug-guile <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] Add short command for locals debug command.
Date: Sun, 27 Nov 2022 19:55:26 -0600
---
 module/system/repl/command.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index 0024fd165..4c4a667f3 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -61,7 +61,7 @@
 	      (disassemble x) (disassemble-file xx))
     (profile  (time t) (profile pr) (trace tr))
     (debug    (backtrace bt) (up) (down) (frame fr)
-              (locals) (error-message error)
+              (locals l) (error-message error)
               (break br bp) (break-at-source break-at bs)
               (step s) (step-instruction si)
               (next n) (next-instruction ni)
-- 
2.38.1





Information forwarded to bug-guile <at> gnu.org:
bug#59646; Package guile. (Mon, 28 Nov 2022 02:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 59646 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 59646 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH v2] Add short command for locals debug command.
Date: Sun, 27 Nov 2022 20:00:26 -0600
---
 module/system/repl/command.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index 0024fd165..d7257b5a1 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -61,7 +61,7 @@
 	      (disassemble x) (disassemble-file xx))
     (profile  (time t) (profile pr) (trace tr))
     (debug    (backtrace bt) (up) (down) (frame fr)
-              (locals) (error-message error)
+              (locals lo) (error-message error)
               (break br bp) (break-at-source break-at bs)
               (step s) (step-instruction si)
               (next n) (next-instruction ni)
-- 
2.38.1





This bug report was last modified 1 year and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.