Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

short key or default setting for Pycharm debug button ("show python prompt")

Tags:

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?

like image 504
Ivan Avatar asked Dec 16 '14 13:12

Ivan


People also ask

How do I enable Debug mode in PyCharm?

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 to do if debugger is not working in PyCharm?

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.

What does Debug mean in PyCharm?

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.


Video Answer


1 Answers

You can turn on automatic showing of debug console by enabling File|Settings|Build, Execution, Deployment|Console|Always show debug console setting.

enter image description here

like image 177
Piotr Dobrogost Avatar answered Oct 24 '22 03:10

Piotr Dobrogost