How to debug a multi-threaded app in IntelliJ?
I'm having a strange issue with multiple threads and breakpoints in IntelliJ IDEA 14.0.2. Code after the breakpoint is executed before it stops on it. import java.util.concurrent.atomic.AtomicInte...