run button ro run file in python console
Answered
There seem to be some differences between the console created by run bottom (ctrl+f5 key in default) and "run file in python console". We prefer the latter option as it gives us some convenience such as keyboard interruptions. I am wondering if it's possible to configure the pycharm so that the run button will also be directed to python console. Thanks.
Please sign in to leave a comment.
You can enable that option in the run configuration template (Run | Edit Configurations...) so that every new run configuration will have it enabled by default. Note that you'll still have to update the existing run configurations.