add debugger_args autocompletion

This commit is contained in:
Mrmaxmeier 2016-12-11 21:25:13 +01:00
commit 7299e3d1d8

View file

@ -91,6 +91,11 @@
"description": "Path to the gdb executable or the command if in PATH",
"default": "gdb"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to GDB",
"default": []
},
"printCalls": {
"type": "boolean",
"description": "Prints all GDB calls to the console",
@ -201,6 +206,11 @@
"description": "Path to the gdb executable or the command if in PATH",
"default": "gdb"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to GDB",
"default": []
},
"cwd": {
"type": "string",
"description": "Path of project",
@ -284,6 +294,11 @@
"description": "Path to the lldb-mi executable or the command if in PATH",
"default": "lldb-mi"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to LLDB",
"default": []
},
"printCalls": {
"type": "boolean",
"description": "Prints all lldb calls to the console",
@ -389,6 +404,11 @@
"description": "Path to the lldb-mi executable or the command if in PATH",
"default": "lldb-mi"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to LLDB",
"default": []
},
"cwd": {
"type": "string",
"description": "Path of project",
@ -450,6 +470,11 @@
"description": "Path to the mago-mi executable or the command if in PATH",
"default": "mago-mi"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to mago",
"default": []
},
"printCalls": {
"type": "boolean",
"description": "Prints all mago calls to the console",
@ -495,6 +520,11 @@
"description": "Path to the mago-mi executable or the command if in PATH",
"default": "mago-mi"
},
"debugger_args": {
"type": "array",
"description": "Additional arguments to pass to mago",
"default": []
},
"cwd": {
"type": "string",
"description": "Path of project",