Unable to display frame variables - remote debugger
I have been using PyCharm remote debugger quite some time successfully, and the other day after 3 or 4 very brief power outages, when I used the debugger again it displayed the message
Unable to display frame variables
The problem was solved enabling Gevent compatible in Setting --> Build, Execution, Deployment --> Python Debugger.
I would like to know what has changed, and now I should enable this option so that the debugger works.
Please sign in to leave a comment.
Hello,
It's hard to tell what happened without the appropriate data, but Gevent support for a debugger was implemented quite a long time ago.
Could you please share an idea.log with us? You can upload it here and tell an upload ID.
Also, Is it possible that a module with Gevent code was added at some point during the development process?
Hi Bogdanov,
thank you for your answer, and I am sorry that mine is late, but I had PyCharm running scripts. I am certain that no Gevent relevant code was added to the project, since I am the only one writing/modifying code to that project. Furthermore, there was no change to the code before the problem appeared at all.
Anyway, I just unchecked the Gevent compatible option, so that I can send you the log files, but now the debugger works normally. Meanwhile, a new version of PyCharm came out, which I did. That might have solved the problem.
- Regards