Skip to content

Commit 7299e3d

Browse files
committed
add debugger_args autocompletion
1 parent c831c4d commit 7299e3d

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
"description": "Path to the gdb executable or the command if in PATH",
9292
"default": "gdb"
9393
},
94+
"debugger_args": {
95+
"type": "array",
96+
"description": "Additional arguments to pass to GDB",
97+
"default": []
98+
},
9499
"printCalls": {
95100
"type": "boolean",
96101
"description": "Prints all GDB calls to the console",
@@ -201,6 +206,11 @@
201206
"description": "Path to the gdb executable or the command if in PATH",
202207
"default": "gdb"
203208
},
209+
"debugger_args": {
210+
"type": "array",
211+
"description": "Additional arguments to pass to GDB",
212+
"default": []
213+
},
204214
"cwd": {
205215
"type": "string",
206216
"description": "Path of project",
@@ -284,6 +294,11 @@
284294
"description": "Path to the lldb-mi executable or the command if in PATH",
285295
"default": "lldb-mi"
286296
},
297+
"debugger_args": {
298+
"type": "array",
299+
"description": "Additional arguments to pass to LLDB",
300+
"default": []
301+
},
287302
"printCalls": {
288303
"type": "boolean",
289304
"description": "Prints all lldb calls to the console",
@@ -389,6 +404,11 @@
389404
"description": "Path to the lldb-mi executable or the command if in PATH",
390405
"default": "lldb-mi"
391406
},
407+
"debugger_args": {
408+
"type": "array",
409+
"description": "Additional arguments to pass to LLDB",
410+
"default": []
411+
},
392412
"cwd": {
393413
"type": "string",
394414
"description": "Path of project",
@@ -450,6 +470,11 @@
450470
"description": "Path to the mago-mi executable or the command if in PATH",
451471
"default": "mago-mi"
452472
},
473+
"debugger_args": {
474+
"type": "array",
475+
"description": "Additional arguments to pass to mago",
476+
"default": []
477+
},
453478
"printCalls": {
454479
"type": "boolean",
455480
"description": "Prints all mago calls to the console",
@@ -495,6 +520,11 @@
495520
"description": "Path to the mago-mi executable or the command if in PATH",
496521
"default": "mago-mi"
497522
},
523+
"debugger_args": {
524+
"type": "array",
525+
"description": "Additional arguments to pass to mago",
526+
"default": []
527+
},
498528
"cwd": {
499529
"type": "string",
500530
"description": "Path of project",

0 commit comments

Comments
 (0)