Setup debug make to support vscode debug

This commit is contained in:
Greg Solo
2021-04-27 20:19:48 -04:00
committed by Paul Chote
parent a5a371f1ff
commit c9b9efe745
2 changed files with 15 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "build",
"command": "make",
"args": ["all"],
"args": ["debug"],
"windows": {
"command": "make.cmd"
}