Added autorun commands (fix #9)
This commit is contained in:
parent
40f63c1e2d
commit
a480a4cf4a
3 changed files with 38 additions and 2 deletions
10
package.json
10
package.json
|
|
@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue