14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Launch",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/bin/test",
|
|
"args": ["-re", "hello, world"],
|
|
"cwd": "${workspaceFolder}",
|
|
"stopOnEntry": false
|
|
}
|
|
]
|
|
}
|