Debugging multiple processes is a pain. As far as ...
# random
s
Debugging multiple processes is a pain. As far as I know, I can use the
JDWP
options, but it requires figuring out where the process is created, which is a challenge for me in a large codebase that I'm not familiar with. So just curious, is there a better way to do this? (Context: I'm debugging Gradle's test subproject and I just want the program to stop at my breakpoint, no matter which process is running it)