Added option to print calls from GDB
This commit is contained in:
parent
cae555af40
commit
544c3a488b
3 changed files with 17 additions and 0 deletions
10
package.json
10
package.json
|
|
@ -48,6 +48,11 @@
|
|||
"type": "string",
|
||||
"description": "Path of project"
|
||||
},
|
||||
"printCalls": {
|
||||
"type": "boolean",
|
||||
"description": "Prints all GDB calls to console",
|
||||
"default": false
|
||||
},
|
||||
"autorun": {
|
||||
"type": "array",
|
||||
"description": "GDB commands to run when starting to debug",
|
||||
|
|
@ -125,6 +130,11 @@
|
|||
"description": "If true this will connect to a gdbserver instead of attaching to a PID",
|
||||
"default": false
|
||||
},
|
||||
"printCalls": {
|
||||
"type": "boolean",
|
||||
"description": "Prints all GDB calls to console",
|
||||
"default": false
|
||||
},
|
||||
"executable": {
|
||||
"type": "string",
|
||||
"description": "Path of executable for debugging symbols"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue