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

Full log


View this message in rfc822 format

From: jgart <jgart <at> dismail.de>
To: 59646 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: bug#59646: [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 2 years and 199 days ago.

Previous Next


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