emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/geiser-guile ece0174: readme bits


From: ELPA Syncer
Subject: [nongnu] elpa/geiser-guile ece0174: readme bits
Date: Mon, 20 Dec 2021 22:57:42 -0500 (EST)

branch: elpa/geiser-guile
commit ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    readme bits
---
 readme.org | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/readme.org b/readme.org
index be01e6b..2c5b579 100644
--- a/readme.org
+++ b/readme.org
@@ -39,3 +39,21 @@ geiser-guile.
 
     One can also provide a global list of paths to add to Guile's
     =%load-path= via ~geiser-guile-load-path~.
+
+*** Debugging support
+
+    Guile supports all the debugger commands supported by Geiser (it's
+    in fact used as the reference for the implementation and design of
+    that support).  When the REPL would normally enter its debug mode,
+    with a prompt of the style:
+
+        scheme@(guile-user) [1]>
+
+    showing a debugging level, Geiser will instead bring you to the
+    =*Geiser Dbg*= buffer, where you can access a menu of debugging
+    commands via the ~,~ (comma) key.
+
+    The geiser-guile customization group will show you, among many
+    other, a few flags fine-tuning interaction with the debugger, as
+    well as things like the detail level of error messages (e.g. via
+    ~geiser-guile-warning-level~).



reply via email to

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