Skip to content

Commit 56a5cb8

Browse files
committed
Changed default ca port
1 parent 7c2c44d commit 56a5cb8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/launch.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
// Enable break on exception when debugging tests (see: tests/conftest.py)
1919
"PYTEST_RAISE": "1",
2020
},
21-
}
21+
},
22+
{
23+
"name": "Python Debugger: Virtac",
24+
"type": "debugpy",
25+
"request": "launch",
26+
"program": "/venv/bin/virtac",
27+
"console": "integratedTerminal",
28+
"env": {
29+
"EPICS_CA_SERVER_PORT": "7064",
30+
"EPICS_CA_REPEATER_PORT": "7065",
31+
},
32+
},
2233
]
2334
}

0 commit comments

Comments
 (0)