branch: externals/dape
commit c7c085a94a04271862899ad5f75c5a1b2cfd0653
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Added roadmap
---
README.org | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index cf86a04935..a4f5f3de97 100644
--- a/README.org
+++ b/README.org
@@ -184,5 +184,14 @@ If you find a working configuration for any other debug
adapter please submit a
See
[[https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/][microsofts
list]] for other adapters, your mileage will vary.
+* Roadmap
++ More options for indicator placement
++ Improving completion in REPL
++ Usage of "setVariable" inside of "*dape-info*" buffer
++ Exception breakpoints in "*dape-info*"
++ 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.
+
* 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)~.