[Lldb-commits] [lldb] Fix lldb-dap pickProcess command for selecting process for debugger attachment (PR #75342)

via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 13 08:02:52 PST 2023


Dodzey wrote:

@walter-erquinigo 
Good to hear that I'm on the right track. Would you want the minimal typescript extension to be a separate extension from the main lldb-dap one?, or would it be okay to have the typescript in the lldb-dap project/extension?
It looks to me from my inspection of how debuggers are handled in the MS CPP and node extensions etc that it might be possible to expose the commands for the 'lldb-dap' debugger type but have them reside in an entirely separate extension if this is desirable. It does make the distribution/manual installation steps for the extension a little more complicated though.

Thanks!

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


More information about the lldb-commits mailing list