Files
PlayIntegrityFork/app/src/main/cpp/Dobby/.vscode/launch.json
chiteroman 1b2644ec37 v12.1
2023-11-09 16:29:12 +01:00

17 lines
378 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "(lldb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "enter program name, for example ${workspaceRoot}/a.out",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"environment": [],
"externalConsole": true,
"MIMode": "lldb"
}
]
}