12345678910111213 |
- {
- "version": "0.2.0",
- "configurations": [ {
- "type": "ecaldebug",
- "request": "launch",
- "name": "Debug ECAL script with ECAL Debug Server",
- "serverURL": "localhost:43806",
- "dir": "${workspaceFolder}",
- "executeOnEntry": true,
- "trace": true,
- }]
- }
|