================ @@ -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 ---------------- ashgti wrote:
Done. https://github.com/llvm/llvm-project/pull/172580 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
