Pycharm debugger not recognising objects
已回答
Recently installed the new Pycharm 2017.2 update. Does this disable the python debugger interpreter? Should I activate it somewhere? In previous versions it was auto enabled that object get recognised in the debugger. However since the new update this is broken
请先登录再写评论。
Hi! What is exactly broken in the debugger for you? Can you start debug session? Does debugger show variables in Variables Pane?
Everything works fine up until I want to activate the python prompt when the code execution has paused.
The debugger does show values in the variables pane. (And as far as I can see everything is still there)
Sorry, I still didn't get it. What happens when you're activating Python prompt? Does it appear? Can you execute commands there?
Whe I start typing in the python prompt during debugging. The context of the object is not evaluated.
I added a screenshot to show the issue. In previous versions of Pycharm I could access all attributes of the 'self' object. This is broken now...
Ok, now I've got it. You mean code completion in Debug Console. We already know about this problem: https://youtrack.jetbrains.com/issue/PY-25359 and it'll be fixed in PyCharm 2017.2.1 update. Thank you for your feedback!
Ok, thanks for the quick response.