[Lldb-commits] [lldb] [lldb-dap] Add process picker command to VS Code extension (PR #128943)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 14:49:28 PST 2025


================
@@ -65,6 +65,18 @@ This will attach to a process `a.out` whose process ID is 123:
 }
 ```
 
+You can also use the variable substituion `${command:pickProcess}` to select a
----------------
vogelsgesang wrote:

```suggestion
You can also use the variable substitution `${command:pickProcess}` to select a
```

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


More information about the lldb-commits mailing list