VSCode debugging test

This commit is contained in:
gator96100
2020-12-29 00:44:06 +01:00
parent bdb384f7b7
commit 8b9c6a15f1
2 changed files with 23 additions and 1 deletions

8
.vscode/tasks.json vendored
View File

@@ -143,6 +143,14 @@
}
},
"problemMatcher": []
},{
"label": "fullimage: clean & make",
"type": "shell",
"command": "make armsrc/clean && make armsrc/all SKIP_COMPRESSION=1 DEBUG=1",
"problemMatcher": [
"$gcc"
],
"group": "build",
}
],
"inputs": [