We're using PyCharm 5.0.1 for multi-thread debugging.
When it stops at a break point, only the specific thread stops while all the other continue. This makes it hard to "freeze the moment" and check params values, and the current state of the other threads.
Is it possible to suspend all the thread while one of them has stopped on a breakpoint?
Is this possible on the newest Pycharm 2016 or the [latest] Pycharm version?