Files
bits-runner-builder/.vscode/launch.json
Rafał Grodziński a1bb97a597 Added cmake
2025-06-21 00:03:35 +09:00

13 lines
358 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"
}
]
}