How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hello everyone,
I’ve installed the Ray distributed debugger extension in VSCode to debug some processes. I have followed the instructions in the doc, which are also available here
Still, when I run the main file, the code returns an error, but I’m unable to attach the ray debugger to the paused task. The run just ends with the error code.
The file that includes the functions with the decorator @ray.remote is not in the main file but is imported. Anyway, I also tried to copy and paste everything into a unique main file to understand if this was the problem.
Still, it doesn’t work. Do you have any idea what it could be? I can add additional information on request.
Thanks