Skip to content

Instantly share code, notes, and snippets.

@booyaa
Last active August 9, 2017 18:50
Show Gist options
  • Save booyaa/796752371dbee3aa08daf41af842b385 to your computer and use it in GitHub Desktop.
Save booyaa/796752371dbee3aa08daf41af842b385 to your computer and use it in GitHub Desktop.
Medium post
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceRoot}/<your program>",
"args": [],
"cwd": "${workspaceRoot}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment