summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-21 03:14:49 +0000
committerjao <jao@gnu.org>2021-12-21 03:14:49 +0000
commitece017448fcdd38c7f49fd9c202dd60fdd7ca5d5 (patch)
treedb37f5a29d912fa190ef7a456db93d5628f3ccf6
parent3d42dc2e723cd647322531a9737d8b7e5d4d16ff (diff)
downloadgeiser-guile-ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5.tar.gz
geiser-guile-ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5.tar.bz2
readme bits
-rw-r--r--readme.org18
1 files changed, 18 insertions, 0 deletions
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~).