diff options
author | jao <jao@gnu.org> | 2021-12-21 03:14:49 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-12-21 03:14:49 +0000 |
commit | ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5 (patch) | |
tree | db37f5a29d912fa190ef7a456db93d5628f3ccf6 /readme.org | |
parent | 3d42dc2e723cd647322531a9737d8b7e5d4d16ff (diff) | |
download | geiser-guile-ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5.tar.gz geiser-guile-ece017448fcdd38c7f49fd9c202dd60fdd7ca5d5.tar.bz2 |
readme bits
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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~). |