Skip to content
Snippets Groups Projects
Commit 4e9bb91b authored by Evy Storozhenko's avatar Evy Storozhenko
Browse files

add launch.json

parent f164c281
No related branches found
No related tags found
No related merge requests found
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/build/main",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment