We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b540d commit a03fce4Copy full SHA for a03fce4
lldb/tools/lldb-dap/README.md
@@ -37,7 +37,7 @@ adds `FOO=1` and `bar` to the environment:
37
"program": "/tmp/a.out",
38
"args": [ "one", "two", "three" ],
39
"env": {
40
- "FOO": "1"
+ "FOO": "1",
41
"BAR": ""
42
}
43
0 commit comments