branch: externals/dape
commit d6a6a2a75e8283048368215dd59039f74916f664
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Clarify codelldb adapter example and fix typo #4
---
README.org | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index eb62397852..b874bc4ae6 100644
--- a/README.org
+++ b/README.org
@@ -136,7 +136,9 @@ Download latest
[[https://github.com/vadimcn/codelldb/releases][release]] and un
'(codelldb
modes (c-mode c-ts-mode
c++-mode c++-ts-mode
- rust-ts-mode rust-mode)
+ ;; Uncomment the following if you use rust-mode
+ ;; rust-mode rust-ts-mode
+ )
;; Replace vadimcn.vscode-lldb with the vsix directory you
just extracted
command "path/to/vadimcn.vscode-lldb/adapter/codelldb"
host "localhost"
@@ -219,4 +221,4 @@ See
[[https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/]
* 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)~.
+~(setq dape--debug-on '(io info error std-server))~.