When using the standard Python run configuration in debug mode, PyCharm allows interactive use of the debug console. This is extremely useful — while paused at a breakpoint, I can run Python code, ...