blob: bf97bbf1d4b5c6a6ae5ce3ce2639d4075bb4b7b8 [file] [log] [blame]
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "github-master-next",
"program": "/Users/sgranitz/Develop/lldb-tot-builds/github-master-next-RelWithDebInfo/build/unified/bin/lldb",
"args": [ "--repl" ],
"cwd": "/Users/sgranitz/Develop/lldb-tot-builds/github-master-next-RelWithDebInfo/build/unified/bin"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<your program>",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}