unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: jgart via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <bug-guile@gnu.org>
To: 59646@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: bug#59646: [PATCH v2] Add short command for locals debug command.
Date: Sun, 27 Nov 2022 20:00:26 -0600	[thread overview]
Message-ID: <20221128020026.29701-1-jgart@dismail.de> (raw)
In-Reply-To: <20221128015526.29492-1-jgart@dismail.de>

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






      reply	other threads:[~2022-11-28  2:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221128020026.29701-1-jgart@dismail.de \
    --to=bug-guile@gnu.org \
    --cc=59646@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).