Is it possible to run only a part of a program in PyCharm?
In other editors there is something like a cell which I can run, but I can\'t find such an option in PyCha
You can set a breakpoint, and then just open the debug console. So, the first thing you need to turn on your debug console:
After you've enabled, set a break-point to where you want it to:
After you're done setting the break-point:
Once that has been completed: