launch.json 313 B

12345678910111213
  1. {
  2. "version": "0.2.0",
  3. "configurations": [ {
  4. "type": "ecaldebug",
  5. "request": "launch",
  6. "name": "Debug ECAL script with ECAL Debug Server",
  7. "serverURL": "localhost:43806",
  8. "dir": "${workspaceFolder}",
  9. "executeOnEntry": true,
  10. "trace": true,
  11. }]
  12. }