Skip to content

Commit 54284ad

Browse files
committed
update to new beta fastcs version
1 parent bc25b59 commit 54284ad

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

DEBUGGING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ This will deploy the container running sleep and with a new PVC called bl47p-ea-
2121
Exec 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-
2927
Port forward the debug port on your workstation
3028

3129
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
description = "An example simulation IOC for testing fastCS"
1515
dependencies = [
16-
"fastcs",
16+
"fastcs>=0.9.2-beta.1",
1717
] # Add project dependencies here, e.g. ["click", "numpy"]
1818
dynamic = ["version"]
1919
license.file = "LICENSE"

0 commit comments

Comments
 (0)