16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "LLDB C 调试",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${fileDirname}/${fileBasenameNoExtension}",
|
|
"args": [],
|
|
"cwd": "${fileDirname}",
|
|
"preLaunchTask": "build",
|
|
"stopOnEntry": false,
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |