Debugger console in pycharm is not allowing me to evaluate expressions
Answered
sometime the green arrows for evaluating expressions on the console does appear. But for some reason it's not appear on my main script. Why?
Please sign in to leave a comment.
on some other files it does let me do it:
crossposted: https://www.reddit.com/r/pycharm/comments/imjysl/debugger_console_in_pycharm_is_not_allowing_me_to/
you need to configure execution and have run with python console...
I have similar problems. Where are you configuring the execution? I can't find it in settings.
Also after I run the debug kernel, it doesn't seem to stop fully. The status light on the tab remains green, and if I again choose to debug the cell, it starts up a second debug tab. Do you have this?