[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 1 23:52:16 PDT 2024


================
@@ -160,9 +160,14 @@
                 "default": "${workspaceRoot}"
               },
               "env": {
-                "type": "array",
-                "description": "Additional environment variables to set when launching the program. This is an array of strings that contains the variable name followed by an optional '=' character and the environment variable's value.",
-                "default": []
+                "type": "object",
+                "description": "Additional environment variables to set when launching the program. eg { \"FOO\": \"1\" }",
----------------
vogelsgesang wrote:

```suggestion
                "description": "Additional environment variables to set when launching the program. E.g. `{ \"FOO\": \"1\" }`",
```

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


More information about the lldb-commits mailing list