-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core][Debugger] Info about node IP for each breakpoint is not exposed in Ray Debugger #48129
Labels
debugger
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
Comments
ArturNiederfahrenhorst
added
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
debugger
labels
Oct 21, 2024
Context: so now the ray cli debugger shows a menu for breakpoints like
But if a same task/actor has 10 instances all breakpointed, they look the same in the menu so the user can't know which one to debug on. |
Thanks for adding the context. Can we commit to a timeline on this? |
I made a PR to expose "Node ID", "Worker ID", "Actor ID", "Task ID". I guess this is enough for most use cases.
|
Code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
debugger
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
Description
When using the Ray Debugger in multi-node settings where we hit numerous breakpoints, it would be helpful to see which node/IP matches which breakpoint.
Use case
No response
The text was updated successfully, but these errors were encountered: