xcdat/.vscode/launch.json
Shunsuke Kanda 2aeee082d4 rm
2021-07-02 21:55:13 +09:00

20 lines
641 B
JSON

{
// 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": [
{
"name": "(lldb) test_trie",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/test/test_trie",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb"
},
]
}