Given I want to debug multi-threaded Java application in Intellij IDEA and I toggle multiple breakpoints with suspend policy = Thread.
When I start debugging session and I press release (F9), sometimes the debugger context switch from one thread to another.
Is there a way to stick to particular thread?