================
@@ -0,0 +1,211 @@
+# Getting started with `lldb-dap`
+
+Welcome to the `lldb-dap` documentation!
+
+`lldb-dap` brings the power of `lldb` into any editor or IDE that supports the
+[Debug Adapter Protocol 
(DAP)](https://microsoft.github.io/debug-adapter-protocol/).
+
+## Responsibilities of LLDB, `lldb-dap` and IDE Integrations
+
+Under the hood, the UI-based debugging experience is fueled by three separate
----------------
JDevlieghere wrote:

How about "powered"?
```suggestion
Under the hood, the UI-based debugging experience is powered by three separate
```

https://github.com/llvm/llvm-project/pull/172580
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to