Fix #98
This commit is contained in:
parent
edfac8eb1a
commit
a21e2e65af
6 changed files with 47 additions and 11 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"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the gdb (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to GDB",
|
||||
|
|
@ -206,6 +211,11 @@
|
|||
"description": "Path to the gdb executable or the command if in PATH",
|
||||
"default": "gdb"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the gdb (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to GDB",
|
||||
|
|
@ -446,6 +456,11 @@
|
|||
"description": "Path to the lldb-mi executable or the command if in PATH",
|
||||
"default": "lldb-mi"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the lldb-mi (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to LLDB",
|
||||
|
|
@ -556,6 +571,11 @@
|
|||
"description": "Path to the lldb-mi executable or the command if in PATH",
|
||||
"default": "lldb-mi"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the lldb-mi (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to LLDB",
|
||||
|
|
@ -683,6 +703,11 @@
|
|||
"description": "Path to the mago-mi executable or the command if in PATH",
|
||||
"default": "mago-mi"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the mago-mi (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to mago",
|
||||
|
|
@ -733,6 +758,11 @@
|
|||
"description": "Path to the mago-mi executable or the command if in PATH",
|
||||
"default": "mago-mi"
|
||||
},
|
||||
"env": {
|
||||
"type": "object",
|
||||
"description": "Environment overriding the mago-mi (and in turn also the process) environment",
|
||||
"default": null
|
||||
},
|
||||
"debugger_args": {
|
||||
"type": "array",
|
||||
"description": "Additional arguments to pass to mago",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue