Files
App-Tarjetas-SMART70/.vscode/launch.json
T
2025-06-09 15:17:53 +02:00

13 lines
303 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "lldb",
"request": "launch",
"args": [],
"cwd": "/Users/m4gn3to/App-Tarjetas-SMART70",
"program": "/Users/m4gn3to/App-Tarjetas-SMART70/build/Debug/outDebug"
}
]
}