Remote Debug

This is a neuro-flow action enabling remote debugging. It's intended to be used with Neu.ro platform template, 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 Remote Debug action repository.

Last updated