branch: externals/dape
commit b7f68f1b96f407502fb22df9739d916bde834b2c
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Update readme with a bit more helpful path example
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index cb613968c9..b10295249e 100644
--- a/README.org
+++ b/README.org
@@ -80,7 +80,7 @@ Example launch configuration for ~node~.
                  host "localhost"
                  port 8123
                  command "node"
-                 command-cwd "vscode-js-debug/dist/"
+                 command-cwd "path/to/vscode-js-debug/dist/"
                  command-args ("src/dapDebugServer.js" "8123")
                  :type "pwa-node"
                  :request "launch"
@@ -127,7 +127,7 @@ Download latest 
[[https://github.com/vadimcn/codelldb/releases][release]] and un
                         c++-mode c++-ts-mode
                         rust-ts-mode rust-mode)
                  ;; Replace vadimcn.vscode-lldb with the vsix directory you 
just extracted
-                 command "vadimcn.vscode-lldb/adapter/codelldb"
+                 command "path/to/vadimcn.vscode-lldb/adapter/codelldb"
                  host "localhost"
                  port 5818
                  command-args ("--port" "5818")
@@ -145,7 +145,7 @@ Then ~chmod +x debugAdapters/bin/OpenDebugAD7~.
 
 #+begin_src emacs-lisp
   ;; Replace ms-vscode.cpptools with the vsix directory you just extracted
-  (setq dape-cppdbg-command 
"ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7")
+  (setq dape-cppdbg-command 
"path/to/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7")
   (add-to-list 'dape-configs
                `(cppdbg
                  modes (c-mode c-ts-mode c++-mode c++-ts-mode)

Reply via email to