initialConfigurations valuesFormatting
This commit is contained in:
parent
3580241216
commit
67e0afac89
1 changed files with 6 additions and 3 deletions
|
|
@ -334,7 +334,8 @@
|
|||
"type": "gdb",
|
||||
"request": "launch",
|
||||
"target": "./bin/executable",
|
||||
"cwd": "${workspaceRoot}"
|
||||
"cwd": "${workspaceRoot}",
|
||||
"valuesFormatting": "parseText"
|
||||
}
|
||||
],
|
||||
"configurationSnippets": [
|
||||
|
|
@ -669,7 +670,8 @@
|
|||
"type": "lldb-mi",
|
||||
"request": "launch",
|
||||
"target": "./bin/executable",
|
||||
"cwd": "${workspaceRoot}"
|
||||
"cwd": "${workspaceRoot}",
|
||||
"valuesFormatting": "parseText"
|
||||
}
|
||||
],
|
||||
"configurationSnippets": [
|
||||
|
|
@ -880,7 +882,8 @@
|
|||
"type": "mago-mi",
|
||||
"request": "launch",
|
||||
"target": "./bin/executable",
|
||||
"cwd": "${workspaceRoot}"
|
||||
"cwd": "${workspaceRoot}",
|
||||
"valuesFormatting": "parseText"
|
||||
}
|
||||
],
|
||||
"configurationSnippets": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue