|
91 | 91 | "description": "Path to the gdb executable or the command if in PATH", |
92 | 92 | "default": "gdb" |
93 | 93 | }, |
| 94 | + "debugger_args": { |
| 95 | + "type": "array", |
| 96 | + "description": "Additional arguments to pass to GDB", |
| 97 | + "default": [] |
| 98 | + }, |
94 | 99 | "printCalls": { |
95 | 100 | "type": "boolean", |
96 | 101 | "description": "Prints all GDB calls to the console", |
|
201 | 206 | "description": "Path to the gdb executable or the command if in PATH", |
202 | 207 | "default": "gdb" |
203 | 208 | }, |
| 209 | + "debugger_args": { |
| 210 | + "type": "array", |
| 211 | + "description": "Additional arguments to pass to GDB", |
| 212 | + "default": [] |
| 213 | + }, |
204 | 214 | "cwd": { |
205 | 215 | "type": "string", |
206 | 216 | "description": "Path of project", |
|
284 | 294 | "description": "Path to the lldb-mi executable or the command if in PATH", |
285 | 295 | "default": "lldb-mi" |
286 | 296 | }, |
| 297 | + "debugger_args": { |
| 298 | + "type": "array", |
| 299 | + "description": "Additional arguments to pass to LLDB", |
| 300 | + "default": [] |
| 301 | + }, |
287 | 302 | "printCalls": { |
288 | 303 | "type": "boolean", |
289 | 304 | "description": "Prints all lldb calls to the console", |
|
389 | 404 | "description": "Path to the lldb-mi executable or the command if in PATH", |
390 | 405 | "default": "lldb-mi" |
391 | 406 | }, |
| 407 | + "debugger_args": { |
| 408 | + "type": "array", |
| 409 | + "description": "Additional arguments to pass to LLDB", |
| 410 | + "default": [] |
| 411 | + }, |
392 | 412 | "cwd": { |
393 | 413 | "type": "string", |
394 | 414 | "description": "Path of project", |
|
450 | 470 | "description": "Path to the mago-mi executable or the command if in PATH", |
451 | 471 | "default": "mago-mi" |
452 | 472 | }, |
| 473 | + "debugger_args": { |
| 474 | + "type": "array", |
| 475 | + "description": "Additional arguments to pass to mago", |
| 476 | + "default": [] |
| 477 | + }, |
453 | 478 | "printCalls": { |
454 | 479 | "type": "boolean", |
455 | 480 | "description": "Prints all mago calls to the console", |
|
495 | 520 | "description": "Path to the mago-mi executable or the command if in PATH", |
496 | 521 | "default": "mago-mi" |
497 | 522 | }, |
| 523 | + "debugger_args": { |
| 524 | + "type": "array", |
| 525 | + "description": "Additional arguments to pass to mago", |
| 526 | + "default": [] |
| 527 | + }, |
498 | 528 | "cwd": { |
499 | 529 | "type": "string", |
500 | 530 | "description": "Path of project", |
|
0 commit comments