|
9 | 9 | "debug", |
10 | 10 | "rr" |
11 | 11 | ], |
12 | | - "version": "0.9.1", |
| 12 | + "version": "0.11.0", |
13 | 13 | "engines": { |
14 | 14 | "vscode": "^1.74.0" |
15 | 15 | }, |
|
289 | 289 | "substitute-path": { |
290 | 290 | "type": "object", |
291 | 291 | "description": "How to substitute paths so that GDB can recognize where the source files are. If target file system matches identically, you don't have to substitute", |
292 | | - "default": { "local": null, "remote": null } |
| 292 | + "default": { |
| 293 | + "local": null, |
| 294 | + "remote": null |
| 295 | + } |
293 | 296 | } |
294 | 297 | }, |
295 | | - "required": [ "address", "substitute-path" ] |
| 298 | + "required": [ |
| 299 | + "address", |
| 300 | + "substitute-path" |
| 301 | + ] |
296 | 302 | } |
297 | 303 | } |
298 | 304 | }, |
|
368 | 374 | "substitute-path": { |
369 | 375 | "type": "object", |
370 | 376 | "description": "How to substitute paths so that GDB can recognize where the source files are. If target file system matches identically, you don't have to substitute as GDB will find the source files on your local machine.", |
371 | | - "default": { "local": null, "remote": null } |
| 377 | + "default": { |
| 378 | + "local": null, |
| 379 | + "remote": null |
| 380 | + } |
372 | 381 | } |
373 | 382 | }, |
374 | | - "required": [ "address", "substitute-path" ] |
| 383 | + "required": [ |
| 384 | + "address", |
| 385 | + "substitute-path" |
| 386 | + ] |
375 | 387 | } |
376 | 388 | } |
377 | 389 | } |
|
588 | 600 | "substitute-path": { |
589 | 601 | "type": "object", |
590 | 602 | "description": "How to substitute paths so that GDB can recognize where the source files are. If target file system matches identically, you don't have to substitute", |
591 | | - "default": { "local": null, "remote": null } |
| 603 | + "default": { |
| 604 | + "local": null, |
| 605 | + "remote": null |
| 606 | + } |
592 | 607 | } |
593 | 608 | }, |
594 | | - "required": [ "address", "substitute-path" ] |
| 609 | + "required": [ |
| 610 | + "address", |
| 611 | + "substitute-path" |
| 612 | + ] |
595 | 613 | } |
596 | 614 | } |
597 | 615 | } |
|
603 | 621 | "name": "Launch replay session", |
604 | 622 | "trace": "Off", |
605 | 623 | "cwd": "${workspaceFolder}", |
606 | | - "setupCommands": ["set sysroot /", "set debuginfod enabled off", "set auto-load safe-path /"] |
| 624 | + "setupCommands": [ |
| 625 | + "set sysroot /", |
| 626 | + "set debuginfod enabled off", |
| 627 | + "set auto-load safe-path /" |
| 628 | + ] |
607 | 629 | } |
608 | 630 | ], |
609 | 631 | "configurationSnippets": [ |
|
619 | 641 | "trace": "${3:Off}", |
620 | 642 | "gdbPath": "${4:gdb}", |
621 | 643 | "rrPath": "rr", |
622 | | - "setupCommands": ["set sysroot /", "set debuginfod enabled off", "set auto-load safe-path /"] |
| 644 | + "setupCommands": [ |
| 645 | + "set sysroot /", |
| 646 | + "set debuginfod enabled off", |
| 647 | + "set auto-load safe-path /" |
| 648 | + ] |
623 | 649 | } |
624 | 650 | }, |
625 | 651 | { |
|
634 | 660 | "trace": "${3:Off}", |
635 | 661 | "gdbPath": "${4:gdb}", |
636 | 662 | "rrPath": "rr", |
637 | | - "setupCommands": ["set sysroot /", "set debuginfod enabled off", "set auto-load safe-path /"], |
| 663 | + "setupCommands": [ |
| 664 | + "set sysroot /", |
| 665 | + "set debuginfod enabled off", |
| 666 | + "set auto-load safe-path /" |
| 667 | + ], |
638 | 668 | "remoteTargetConfig": { |
639 | 669 | "address": null, |
640 | 670 | "substitute-path": { |
|
0 commit comments