================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to