I need to debug a project which starts multiple processes at the very beginning, all in Java.
My problem is that debugging such a code is very annoying. Because every time I finish a debug session all other processes stuck in memory and killing all of them is very annoying (since they do not have a process name and they are all “java”).
Is it possible to do all the killings automatically?
or any other solution?
It seems that there is no way!