[Lldb-commits] [lldb] [lldb-dap] Add process picker command to VS Code extension (PR #197513)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Wed May 13 10:50:31 PDT 2026
================
@@ -948,6 +977,16 @@
"waitFor": true
}
},
+ {
+ "label": "LLDB: Attach to Process",
+ "description": "",
+ "body": {
+ "type": "lldb-dap",
+ "request": "attach",
+ "name": "${1:Attach}",
+ "pid": "^\"\\${command:PickProcess}\""
----------------
da-viper wrote:
```suggestion
"pid": "^\"\\${command:pickProcess}\""
```
https://github.com/llvm/llvm-project/pull/197513
More information about the lldb-commits
mailing list