Run/Debug in a Developer Environment#
Assuming you have setup a developer environment, you can run a development version of the bluesky worker.
Start Bluesky Worker#
Ensure you are inside your virtual environment:
source venv/bin/activate
You will need to follow the instructions for setting up RabbitMQ as in run cli instructions.
The worker will be available from the command line (blueapi serve
), but can be started from vscode with additional
debugging capabilities.
Navigate to “Run and Debug” in the left hand menu.
Select “Worker Service” from the debug configuration.
Click the green “Run Button”
See also
Scratch Area for in-the-loop development of plans and devices