File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ This will deploy the container running sleep and with a new PVC called bl47p-ea-
2121Exec this in the container
2222
2323``` bash
24- python -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --configure-subProcess true -m fastcs_example run /epics/ioc/config/controller.yaml
24+ python -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client -- configure-subProcess true -m fastcs_example run /epics/ioc/config/controller.yaml
2525```
2626
27- add ` --wait-for-client ` to debugpy to try debugging startup.
28-
2927Port forward the debug port on your workstation
3028
3129``` bash
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
1313]
1414description = " An example simulation IOC for testing fastCS"
1515dependencies = [
16- " fastcs" ,
16+ " fastcs>=0.9.2-beta.1 " ,
1717] # Add project dependencies here, e.g. ["click", "numpy"]
1818dynamic = [" version" ]
1919license.file = " LICENSE"
You can’t perform that action at this time.
0 commit comments