[Lldb-commits] [lldb] [vscode-lldb] Add VS Code commands for high level debug workflow (PR #151827)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 5 10:27:18 PDT 2025
royitaqi wrote:
> It's probably not relevant to 99% of the users of the extension.
Totally agree.
> Given that we use the README in the Marketplace, maybe https://lldb.llvm.org/resources/lldbdap.html would be a more appropriate place for this?
I think the cohort we are addressing are the ppl who develop debugger extensions and want to leverage `lldb-dap`. This cohort isn't exactly "whoever develops llvm-project or lldb-dap" or "whoever uses the lldb-dap extension". I don't know where this cohort will look for such info.
How about this: Maybe we add the text to https://lldb.llvm.org/resources/lldbdap.html, then add one line into the `README.md` (where my currently added text are) to point to https://lldb.llvm.org/resources/lldbdap.html saying something like "This extension also exposes VS Code commands, which can be invoked by other debugger extensions to leverage this extension's settings and logic. See [link]." WDYT?
https://github.com/llvm/llvm-project/pull/151827
More information about the lldb-commits
mailing list