2022-09-09 22:54:13 +01:00
|
|
|
{
|
2022-10-02 12:20:53 +01:00
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-02-18 03:34:40 +00:00
|
|
|
"name": "Runtime",
|
2022-10-02 12:20:53 +01:00
|
|
|
"type": "gdb",
|
|
|
|
"request": "launch",
|
2023-02-18 03:34:40 +00:00
|
|
|
"target": "./runtime",
|
2022-10-02 12:20:53 +01:00
|
|
|
"cwd": "${workspaceRoot}",
|
2023-02-18 03:34:40 +00:00
|
|
|
"valuesFormatting": "parseText"
|
2022-10-02 12:20:53 +01:00
|
|
|
},
|
|
|
|
{
|
2023-02-18 03:34:40 +00:00
|
|
|
"name": "Build Script",
|
|
|
|
"type": "python",
|
2022-10-02 12:20:53 +01:00
|
|
|
"request": "launch",
|
2023-02-18 03:34:40 +00:00
|
|
|
"program": "./build.py",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"justMyCode": true
|
|
|
|
}
|
2022-10-02 12:20:53 +01:00
|
|
|
]
|
2022-09-09 22:54:13 +01:00
|
|
|
}
|