Added autorun commands (fix #9)

This commit is contained in:
WebFreak001 2016-02-09 16:04:16 +01:00
commit a480a4cf4a
3 changed files with 38 additions and 2 deletions

View file

@ -47,6 +47,11 @@
"cwd": {
"type": "string",
"description": "Path of project"
},
"autorun": {
"type": "array",
"description": "GDB commands to run when starting to debug",
"default": []
}
}
},
@ -71,6 +76,11 @@
"cwd": {
"type": "string",
"description": "Path of project"
},
"autorun": {
"type": "array",
"description": "GDB commands to run when starting to debug",
"default": []
}
}
}