branch: externals/dape
commit 283160192598a38534701b3f7a4a1c0b43674ee0
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Small README improvements
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index a4f5f3de97..e332890cf9 100644
--- a/README.org
+++ b/README.org
@@ -188,10 +188,10 @@ See
[[https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/]
+ More options for indicator placement
+ Improving completion in REPL
+ Usage of "setVariable" inside of "*dape-info*" buffer
-+ Exception breakpoints in "*dape-info*"
++ Exception breakpoints in "*dape-info*" buffer
+ Fleshed out memory reader with auto reload and write functionality
+ Individual thread controls
-+ Variable values displayed in source buffer, this seams to require
integration with lsp-mode and eglot.
++ Variable values displayed in source buffer, this seams to require
integration with lsp-mode and eglot
* Bugs and issues
Before reporting any issues take a look at ~*dape-debug*~ buffer with all
debug messages enabled ~(setq dape--debug-on '(io info error std-server)~.