[Lldb-commits] [lldb] [vscode-lldb] Add VS Code commands for high level debug workflow (PR #151827)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 7 08:54:13 PDT 2025


ashgti wrote:

I don't know if there is any other documentation on that.

Its in the code and supported and used by a few different extensions. For example, the npm extension uses this strategy for debugging with the vscode-js-debug extension.

https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/debug/browser/debugConfigurationManager.ts#L127-L168 is the code for this, but its not really documentation as much as just referencing the actual implementation.



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


More information about the lldb-commits mailing list