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

0

Hi! What is exactly broken in the debugger for you? Can you start debug session? Does debugger show variables in Variables Pane?

0
Avatar
Permanently deleted user

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)

0

Sorry, I still didn't get it. What happens when you're activating Python prompt? Does it appear? Can you execute commands there?

0
Avatar
Permanently deleted user

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...

0

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!

1
Avatar
Permanently deleted user

Ok, thanks for the quick response.

0

请先登录再写评论。