vscode update targets and gdb debugging

This commit is contained in:
Daniel Agar
2018-12-05 10:54:28 -05:00
parent 311c0941c9
commit fd8fe29ef3
7 changed files with 111 additions and 54 deletions

15
.vscode/tasks.json vendored
View File

@@ -6,11 +6,16 @@
{
"label": "jmavsim",
"type": "shell",
"command": "make posix_sitl_default jmavsim",
"group": {
"kind": "build",
"isDefault": true
"command": "Tools/jmavsim_run.sh",
"isBackground": true,
"args": ["-r", "500"],
"options": {
"cwd": "${workspaceRoot}"
},
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
}
},
]
}