Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created June 6, 2021 07:51
Show Gist options
  • Save LinArcX/a017713378aa480c0c9daa599de345df to your computer and use it in GitHub Desktop.
Save LinArcX/a017713378aa480c0c9daa599de345df to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"type": "lldb-vscode",
"request": "launch",
"name": "Test dap-lldb",
"program": "${workspaceFolder}/main",
"cwd": "${workspaceFolder}",
"args": [],
"externalConsole": true,
"stopAtEntry": true,
"MIMode": "lldb",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment