You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,16 @@
101
101
"description": "Additional arguments to pass to GDB",
102
102
"default": []
103
103
},
104
+
"valuesFormatting": {
105
+
"type": "string",
106
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
107
+
"default": "parseText",
108
+
"enum": [
109
+
"disabled",
110
+
"parseText",
111
+
"prettyPrinters"
112
+
]
113
+
},
104
114
"printCalls": {
105
115
"type": "boolean",
106
116
"description": "Prints all GDB calls to the console",
@@ -192,6 +202,16 @@
192
202
"description": "If true this will connect to a gdbserver instead of attaching to a PID",
193
203
"default": false
194
204
},
205
+
"valuesFormatting": {
206
+
"type": "string",
207
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
208
+
"default": "parseText",
209
+
"enum": [
210
+
"disabled",
211
+
"parseText",
212
+
"prettyPrinters"
213
+
]
214
+
},
195
215
"printCalls": {
196
216
"type": "boolean",
197
217
"description": "Prints all GDB calls to the console",
@@ -466,6 +486,16 @@
466
486
"description": "Additional arguments to pass to LLDB",
467
487
"default": []
468
488
},
489
+
"valuesFormatting": {
490
+
"type": "string",
491
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
492
+
"default": "parseText",
493
+
"enum": [
494
+
"disabled",
495
+
"parseText",
496
+
"prettyPrinters"
497
+
]
498
+
},
469
499
"printCalls": {
470
500
"type": "boolean",
471
501
"description": "Prints all lldb calls to the console",
@@ -552,6 +582,16 @@
552
582
"type": "string",
553
583
"description": "PID of running program or program name"
554
584
},
585
+
"valuesFormatting": {
586
+
"type": "string",
587
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
588
+
"default": "parseText",
589
+
"enum": [
590
+
"disabled",
591
+
"parseText",
592
+
"prettyPrinters"
593
+
]
594
+
},
555
595
"printCalls": {
556
596
"type": "boolean",
557
597
"description": "Prints all LLDB calls to the console",
@@ -713,6 +753,16 @@
713
753
"description": "Additional arguments to pass to mago",
714
754
"default": []
715
755
},
756
+
"valuesFormatting": {
757
+
"type": "string",
758
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
759
+
"default": "parseText",
760
+
"enum": [
761
+
"disabled",
762
+
"parseText",
763
+
"prettyPrinters"
764
+
]
765
+
},
716
766
"printCalls": {
717
767
"type": "boolean",
718
768
"description": "Prints all mago calls to the console",
@@ -739,6 +789,16 @@
739
789
"type": "string",
740
790
"description": "PID of running program or program name"
741
791
},
792
+
"valuesFormatting": {
793
+
"type": "string",
794
+
"description": "Set the way of showing variable values. 'disabled' - show value as is, 'parseText' - parse debuggers output text into structure, 'prettyPrinters' - enable debuggers custom pretty-printers if there are any",
795
+
"default": "parseText",
796
+
"enum": [
797
+
"disabled",
798
+
"parseText",
799
+
"prettyPrinters"
800
+
]
801
+
},
742
802
"printCalls": {
743
803
"type": "boolean",
744
804
"description": "Prints all mago calls to the console",
0 commit comments