[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))~.
- [elpa] externals/dape 2831601925 014/123: Small README improvements, (continued)
- [elpa] externals/dape 2831601925 014/123: Small README improvements, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 3a05121b02 019/123: Fix adapter examples, ELPA Syncer, 2023/12/05
- [elpa] externals/dape df0c2d8357 023/123: Require success to launch/attach after initialize, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 161501b4a5 029/123: Fix example in readme, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 819d4c39f9 028/123: Keep log and expression breakpoints when removing breakpoints, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 907828d05e 032/123: Fix toggle breakpoint, ELPA Syncer, 2023/12/05
- [elpa] externals/dape bddc5102b5 039/123: Clarify package description, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 49909a1a39 043/123: Use presentation hits for auto expand locals scope, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 403581170c 048/123: Use header line format for info buffer, ELPA Syncer, 2023/12/05
- [elpa] externals/dape b8a69409da 049/123: Print stopped description, ELPA Syncer, 2023/12/05
- [elpa] externals/dape d6a6a2a75e 051/123: Clarify codelldb adapter example and fix typo #4,
ELPA Syncer <=
- [elpa] externals/dape 3a31e53782 058/123: Fix sticky breakpoint issue, ELPA Syncer, 2023/12/05
- [elpa] externals/dape a529cbea06 062/123: Fix widget rendering when adapter exited, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 3ab98f24f6 065/123: Fix typo in readme cppdbg adapter section #3, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 77fa220765 069/123: Fix interactive commands in REPL #11, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 4452bc68a4 085/123: Respect :expensive vars in update fetch, ELPA Syncer, 2023/12/05
- [elpa] externals/dape bec3e487f2 095/123: Send request response for runInTerminal and startDebugging, ELPA Syncer, 2023/12/05
- [elpa] externals/dape fad3c663e7 111/123: Update mode line face, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 68799e29a1 113/123: Fix screenshots in readme, ELPA Syncer, 2023/12/05
- [elpa] externals/dape af5dd1eee8 115/123: Fixup of set variables, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 204012b31e 086/123: Rework parsing, ELPA Syncer, 2023/12/05