bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59646: [PATCH] Add short command for locals debug command.


From: jgart
Subject: bug#59646: [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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]