Show debug console on start
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -6,7 +6,8 @@
|
||||
"type": "lldb-dap",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/brb",
|
||||
"args": ["${workspaceFolder}/test.brc"]
|
||||
"args": ["${workspaceFolder}/test.brc"],
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user