I am debugging an application with a lot of threads. My breakpoints are set to pause the entire virtual machine.
When a thread hits one of the breakpoints, then I want to use Step Over. But this seems to resume the entire VM until this step is complete.
It would really help if I could only execute one thread that hit the breakpoint.
Is there a way to do this in IntelliJ 11.1 / Java 6? (I hope I donβt miss something obvious ...)
source share