debugger stuck at collecting data
已回答
I tried out PyCharm CE and switched to the non-free Professional. Same project stucks at 'collecting data' while debugging on the Professional but not on the CE version.
请先登录再写评论。
Hi! Did you hide Variables Pane during your debug session? We disable variables evaluation if it's hidden.
We already know about such problem: https://youtrack.jetbrains.com/issue/PY-27354 (when Debug tool window is situated on a separate screen). Is it your case?
Could you please also set environment variable PYCHARM_DEBUG=True (you can do it in Run configuration) and provide console output?
This actually happens only if the window is detached.
did not get any console output after PYCHARM_DEBUG=True