[Lldb-commits] [lldb] [lldb-dap][docs] Improve documentation for contributors (PR #110987)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 3 08:50:19 PDT 2024


================
@@ -1,16 +1,95 @@
-# LLDB-DAP
-
-The `lldb-dap` tool (formerly `lldb-vscode`) is a command line tool that
-implements the [Debug Adapter
-Protocol](https://microsoft.github.io/debug-adapter-protocol/). It can be
-installed as an extension for Visual Studio Code and other IDEs supporting DAP.
-The protocol is easy to run remotely and also can allow other tools and IDEs to
-get a full featured debugger with a well defined protocol.
-
-## Local Installation for Visual Studio Code
+# Contributing to LLDB-DAP
+
+This guide describes how to extend and contribute to lldb-dap.
+For documentation on how to use lldb-dap, see [lldb-dap's README](https://github.com/llvm/llvm-project/blob/release/19.x/lldb/tools/lldb-dap/README.md).
----------------
walter-erquinigo wrote:

better use `main` instead of `release/19.x`

https://github.com/llvm/llvm-project/pull/110987


More information about the lldb-commits mailing list