aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index b6f6fc5..b163338 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,6 +11,7 @@
"program": "/opt/AGL/bin/afb-daemon",
"args": [
"--port=5678",
+ "--name=afb-xds",
"--ws-client=unix:/tmp/supervisor",
"--workdir=${workspaceRoot}/build/package/",
"--ldpaths=lib",
@@ -24,7 +25,9 @@
"cwd": "${workspaceRoot}/build/package",
"environment": [
],
- "externalConsole": false,
+ "windows": {
+ "externalConsole": false
+ },
"MIMode": "gdb",
"setupCommands": [
{