Show debug console on start

This commit is contained in:
Rafał Grodziński
2025-06-08 16:29:17 +09:00
parent 5a82658900
commit 5102637068

3
.vscode/launch.json vendored
View File

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