I'm using PyCharm IDE. When I stop at breakpoint - I can run interactive console in debug mode to see variables, evaluate simple expressions, etc.
However, this takes a lot of time every time when you need go there and click this small icon to start interactive session.
Is there any way to make this wonderful IDE start python console in interactive mode automatically?
You can enable the debug console by default by setting:
Preferences -> Build, Execution, Deployment -> Console > Always show debug console