Skip to content

Instantly share code, notes, and snippets.

@martinkunc
Created December 13, 2019 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinkunc/4aeddabb327f5677890524313ea4ea01 to your computer and use it in GitHub Desktop.
Save martinkunc/4aeddabb327f5677890524313ea4ea01 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "clang++ build and debug active file",
"targetArchitecture": "x86_64",
//"type": "cppdbg",
"type": "lldb",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"preLaunchTask": "clang++ build active file"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment