You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install VS Code extension: anyscalecompute.ray-distributed-debugger
Add cluster 127.0.0.1:8265, set local folder: /C:\Users\cheese\Codes\MyProject(C:\Users\cheese\Codes\MyProject, \C:\Users\cheese\Codes\MyProject cann't pass the absolute path check, /c/Users/cheese/Codes/MyProject will cause the tab opened when debugging to show that file not exist)
Run code
Wait and click debug button in ray extension
Click add breakpoint at the head of the line
What happened
The new breakpoint didn't work, and shows 'Breakpoint in file that does not exist':
Expected to happen
Newly added breakpoint works
Versions / Dependencies
Ray: 2.39.0
Python: 3.10.22 on WSL
OS: Windows 10
Ray Distributed Debugger: v0.1.3
Reproduction script
importrayray.init(
runtime_env={
"env_vars": {"RAY_DEBUG": "1"},
}
)
@ray.remotedefmy_task(x):
y=x*xbreakpoint() # Add a breakpoint in the Ray task.for_inrange(10):
y+=1returnyray.get(my_task.remote(10))
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered:
StephanoGeorge
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 18, 2024
What happened + What you expected to happen
Steps to reproduce:
127.0.0.1:8265
, set local folder:/C:\Users\cheese\Codes\MyProject
(C:\Users\cheese\Codes\MyProject
,\C:\Users\cheese\Codes\MyProject
cann't pass the absolute path check,/c/Users/cheese/Codes/MyProject
will cause the tab opened when debugging to show that file not exist)What happened
The new breakpoint didn't work, and shows 'Breakpoint in file that does not exist':
Expected to happen
Newly added breakpoint works
Versions / Dependencies
Ray: 2.39.0
Python: 3.10.22 on WSL
OS: Windows 10
Ray Distributed Debugger: v0.1.3
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: