branch: externals/dape commit eeb3801b5efcbaefbfbdfd90a83bc54f159b8039 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Add gdb section in readme --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 459bcc7825..dbb779bec3 100644 --- a/README.org +++ b/README.org @@ -101,6 +101,10 @@ For more information see [[https://github.com/microsoft/vscode-js-debug/blob/mai See [[https://github.com/go-delve/delve/tree/master/Documentation/installation][delve installation]]. For more information see [[https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_dap.md][documentation]]. +** C, C++, Rust, and more. Refer to the GDB manual for a full list - gdb +Ensure that your GDB version is 14.1 or newer. +For further details, consult the [[https://sourceware.org/gdb/current/onlinedocs/gdb.html/Debugger-Adapter-Protocol.html][documentation]]. + ** C, C++ and Rust - codelldb 1. Download latest ~vsix~ [[https://github.com/vadimcn/codelldb/releases][release]] for your platform =codelldb-<platform>-<os>.vsix= 2. Unpack =mkdir -p ~/.emacs.d/debug-adapters && unzip codelldb-<platform>-<os>.vsix -d ~/.emacs.d/debug-adapters/codelldb=