Better command line

This commit is contained in:
Rafał Grodziński
2025-06-11 00:04:04 +09:00
parent 7d141bec14
commit 456ced804e
4 changed files with 47 additions and 24 deletions

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "lldb-dap",
"request": "launch",
"program": "${workspaceFolder}/brb",
"args": ["${workspaceFolder}/test.brc"],
"args": ["-v", "${workspaceFolder}/test.brc"],
"internalConsoleOptions": "openOnSessionStart"
}