debugger stuck at collecting data

Answered

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.

1
2 comments

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?

0
Avatar
Permanently deleted user

This actually happens only if the window is detached. 

 

did not get any console output after PYCHARM_DEBUG=True

0

Please sign in to leave a comment.