22 lines
379 B
JSON
22 lines
379 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Runtime",
|
|
"type": "gdb",
|
|
"request": "launch",
|
|
"target": "./runtime",
|
|
"cwd": "${workspaceRoot}",
|
|
"valuesFormatting": "parseText"
|
|
},
|
|
{
|
|
"name": "Build Script",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "./build.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": true
|
|
}
|
|
]
|
|
}
|