We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3580241 commit 67e0afaCopy full SHA for 67e0afa
package.json
@@ -334,7 +334,8 @@
334
"type": "gdb",
335
"request": "launch",
336
"target": "./bin/executable",
337
- "cwd": "${workspaceRoot}"
+ "cwd": "${workspaceRoot}",
338
+ "valuesFormatting": "parseText"
339
}
340
],
341
"configurationSnippets": [
@@ -669,7 +670,8 @@
669
670
"type": "lldb-mi",
671
672
673
674
675
676
677
@@ -880,7 +882,8 @@
880
882
"type": "mago-mi",
881
883
884
885
886
887
888
889
0 commit comments