I've experienced the following behavior:
1.In pycharm, set a breakpoint in a test with timeout marking.
2.Debug with pytest.
3.After entering debug mode, evaluate an expression in the debug console.
4.Timeout triggers, the debug console stays active but you can no longer debug the code.
Is this an expected behavior?
If not is there a solution?
Thanks in advance,
Adam.