run button ro run file in python console
已回答
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.
请先登录再写评论。
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.