Files
bits-runner-builder/.vscode/launch.json
Rafał Grodziński 456ced804e Better command line
2025-06-11 00:04:04 +09:00

14 lines
359 B
JSON

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