Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm debug console not working

Tags:

I can run the debugger and put breakpoints to active the console but it appears as if the console doesn't pick up the code I am entering.

I can just type anything but I don't get any ouput,

a=2 print(a) sfgsmk ..g.bbcvdgdggh 

Any ideas how I can get the debug console to run the code I am typing and how to get it to show output.

I am using Community Edition 2017.1.4

like image 499
The Cat Avatar asked Jul 18 '17 21:07

The Cat


1 Answers

Click on the button Show Python Prompt.

enter image description here

In order to have the prompt automatically appear, go to Preferences>Build, Execution, Deployment>Console> check Always show debug console

like image 165
nanotek Avatar answered Sep 20 '22 15:09

nanotek