PyCharm: debugger stalls on displaying variables and then on stepping over
Answered
I've set up some basic debug points and it is stalling every time there. If I run the program or put a debug point after instead it quickly advances past.
Please sign in to leave a comment.
Hello, thank you for the report!
Which PyCharm version do you use? Please set environment variable PYCHARM_DEBUG=True to your debug configuration, launch it and provide console output.
Hi Anna,
I'm using the latest and greatest, just upgraded on Monday when requested to do so. However I'm working from home today so I cannot repro at the moment.
Andy
I believe I know what was going on here, I have various properties defined in classes using @property that are meant to load lazily. But in PyCharm debugger the variables pane evaluates them all to show their values and this is very expensive.