[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 12:30:11 PST 2023


Dodzey wrote:

I've just checked one possible failure mode that came to mind. Do you get an error if you didn't have the MS CPPTools extension enabled and you attempt to use a launch profile with a hardcoded pid (`"pid": 1000 or no pid specified - so auto detecting a single running process), and that works okay. There is no error about missing `extension.pickNativeProcess` until you attempt to use `${command:pickProcess}` as the value for pid.

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


More information about the lldb-commits mailing list