Remote Debug
Last updated
Last updated
This is an action enabling remote debugging. It's intended to be used with Apolo , but can be adapted for other use cases as well.
This action exposes SSH port 22 and maps it to port 2211 used for the PyCharm remote Python debugging feature.
It also expects references to 4 remote folders: for data, config, code, and results. These remotes will be mounted to /project/data
, /project/config
, /project/modules
and /project/results
respectively.
Feel free to check the .