corewar.io
corewar.io copied to clipboard
Allow warrior's tasks (processes) to be inspected
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.
Still need a way to see which task will execute next...
As in, the current execution? or is this in addition to that?
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
Draw a picture or write 1000 words, your choice! :P does corewar/corewar-ui#136 help?