I click the "show python prompt" button hundreds of times a day. Is there a way to set it to clicked by default or is there a short key to do this?
Edit --
I was told I can do this by going to: Build, Execution, Deployment | Console | Always show debug console
However I cannot find such a screen. Does anyone know where it is?
Just right-click any line in the editor and select the Debug <filename> command from the context menu. After the program has been suspended, use the debugger to get the information about the state of the program and how it changes during running.
What fixed the problem for me is enabling the "Gevent compatible" checkbox the File → Settings → Build, Execution and Deployment → Python Debugger (not "Debugger"). Show activity on this post. I was using pyCharm 2018.1.
The Debug tool window shows dedicated panes for frames, variables, and watches, and the console, where all the input and output information is displayed. If you want the console to be always visible, you can drag it to one of the PyCharm window's edges.
You can turn on automatic showing of debug console by enabling File|Settings|Build, Execution, Deployment|Console|Always show debug console setting.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With