In eclipse, if I have 5 threads hit a break point, they all stop (and Intellij does this too). Then while debugging ONE of those threads, when I hit the play button in intellij it switches out randomly to another thread :(. In eclipse, if I hit play, it plays JUST that thread until it hits the next breakpoint so I can actually debug ONE of the 5 threads.
Is there a way to do this in intellij? It makes debugging much much easier to concentrate on that steal thread that is going wrong? (and then I can also switch between threads as well and hit play on the threads I need to go to the next breakpoint).
thanks, Dean