Added option to print calls from GDB

This commit is contained in:
WebFreak001 2016-02-10 20:54:57 +01:00
commit 544c3a488b
3 changed files with 17 additions and 0 deletions

View file

@ -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"