Skip to content

Commit 1ce0f62

Browse files
Sam Luryefacebook-github-bot
authored andcommitted
Support multiple actors on the same rank
Summary: Previously, debug sessions were keyed by rank, but this doesn't allow for multiple actors on the same rank. This diff updates the debugging logic so that it is keyed on actor name + rank instead of just rank. The `attach` and `cast` commands now require the user to specify actor name in addition to rank. The `list` command now sorts breakpoints by grouping all actors with the same name (i.e., from the same actor mesh) together, and then sorts by rank within each group. Differential Revision: D78047960
1 parent 4187d12 commit 1ce0f62

File tree

3 files changed

+579
-276
lines changed

3 files changed

+579
-276
lines changed

0 commit comments

Comments
 (0)