forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Add more infos to each breakpoint (ray-project#48202)
Ray debugger CLI (`ray debug`) is useful but when you have multiple tasks in the breakpoint, and they are of the same task function, one can have difficulties understanding which is which. Add "Node ID", "Worker ID", "Actor ID", "Task ID" to the breakpoint info so in `ray debug` these IDs show up in the breakpoint selection menu. This helps users disambiguate between active breakpoints. The new fields are gated by `-v` or `--verbose`. Signed-off-by: Ruiyang Wang <[email protected]> Signed-off-by: akyang-anyscale <[email protected]>
- Loading branch information
1 parent
ecdecbf
commit 82778f4
Showing
2 changed files
with
60 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters