little-hesinde/.vscode/launch.json

12 lines
276 B
JSON
Raw Permalink Normal View History

2025-04-29 07:53:49 +00:00
{
"$schema": "https://raw.githubusercontent.com/mfussenegger/dapconfig-schema/master/dapconfig-schema.json",
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "run"
}
]
}