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.
I am writing a DL training framework that leverages Ray Train and Ray Tune. Unlike my previous experience with RLLib, VScode breakpoints that I set in Ray Train processes would be passed despite I set local_mode=True
in Ray 2.1.0. Which forced me to use Ray Debug, which is not convenient for Test Driven Development.
Is this an expected behavior for Ray Train, or is it a bug? Or is there anything I missed?