Setup debug make to support vscode debug
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"label": "build",
|
||||
"command": "make",
|
||||
"args": ["all"],
|
||||
"args": ["debug"],
|
||||
"windows": {
|
||||
"command": "make.cmd"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user