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
I am having a bit of trouble debugging multi process warriors because the UI does not provide any information about the number of tasks the warrior has or where those tasks are going to execute next.
The text was updated successfully, but these errors were encountered:
As in, for each warrior's current task, highlight the address pointed to by its instructionPointer. i.e. the next instruction that the warrior will execute.
I think ideally it'd be great to see all the instructionPointer for all tasks with the warrior's current task emphasised and the current warrior's current task emphasised even more.
Maybe this doesn't make sense, perhaps I will draw a picture :D
I am having a bit of trouble debugging multi process warriors because the UI does not provide any information about the number of tasks the warrior has or where those tasks are going to execute next.
The text was updated successfully, but these errors were encountered: