emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape d6a6a2a75e 051/123: Clarify codelldb adapter examp


From: ELPA Syncer
Subject: [elpa] externals/dape d6a6a2a75e 051/123: Clarify codelldb adapter example and fix typo #4
Date: Tue, 5 Dec 2023 03:58:00 -0500 (EST)

branch: externals/dape
commit d6a6a2a75e8283048368215dd59039f74916f664
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    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))~.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]