unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#59646: [PATCH] Add short command for locals debug command.
@ 2022-11-28  1:55 jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  2022-11-28  2:00 ` bug#59646: [PATCH v2] " jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2022-11-28  1:55 UTC (permalink / raw)
  To: 59646; +Cc: jgart

---
 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59646: [PATCH v2] Add short command for locals debug command.
  2022-11-28  1:55 bug#59646: [PATCH] Add short command for locals debug command jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2022-11-28  2:00 ` jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2022-11-28  2:00 UTC (permalink / raw)
  To: 59646; +Cc: jgart

---
 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  1:55 bug#59646: [PATCH] Add short command for locals debug command jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2022-11-28  2:00 ` bug#59646: [PATCH v2] " jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).