Perhaps behind some 'advanced' toggle, there could be a tab of the info pane which shows the currently live threads, gathered into thread-groups. It could be useful for a programmer to know what threads are running, what caused them to run (green flag, message receipt, keypress, etc.), and what (if anything) they're currently blocking on. The threads_info() method of a Project provides this information, so it should not be too difficult to present as a table.
Perhaps behind some 'advanced' toggle, there could be a tab of the info pane which shows the currently live threads, gathered into thread-groups. It could be useful for a programmer to know what threads are running, what caused them to run (green flag, message receipt, keypress, etc.), and what (if anything) they're currently blocking on. The
threads_info()
method of aProject
provides this information, so it should not be too difficult to present as a table.