add debugger_args autocompletion
This commit is contained in:
parent
c831c4d4e4
commit
7299e3d1d8
1 changed files with 30 additions and 0 deletions
30
package.json
30
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue