Files
bits-runner-builder/.vscode/launch.json
2025-06-08 16:29:17 +09:00

14 lines
353 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Bits Runner Builder",
"type": "lldb-dap",
"request": "launch",
"program": "${workspaceFolder}/brb",
"args": ["${workspaceFolder}/test.brc"],
"internalConsoleOptions": "openOnSessionStart"
}
]
}