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?
I am searching for a way to use the vscode debugger with Ray. I have used the ray debug mode, and while it works and is effective for quick checks, it lacks all modern QOL which reduces development speed by orders of magnitude:
Fast breakpoint deactivation/activation
Adding breakpoints during a live run
Interactive gui scope for quick variable interrogation
ability to copy paste multi line functions or loops without indentation considerations
simple things like being able to use the up arrow to re-execute and modify previous commands
Any chance vscode debugging will eventually be supported in Ray?