Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send EOF to PyCharm console in Windows

I'm learning PyCharm IDE on Windows. How can I send end-of-file signal to it's debugging console? CTRL+Z does not work.

like image 242
ptkvsk Avatar asked Feb 11 '14 18:02

ptkvsk


People also ask

How do you end a function in PyCharm?

Stop a programon the toolbar, or press Ctrl+F2 .

How do I get the output window in PyCharm?

Open settings by pressing ⌘ , , navigate to Tools | Database | Query Execution | Output and Results.


2 Answers

In short, you cannot. Here are the list of command you can do to the PyCharm debugger Documentation

like image 182
Edwin Lunando Avatar answered Oct 30 '22 01:10

Edwin Lunando


Per this answer from 2015, you can send EOF in Linux/Windows with ctrl-D and Mac with cmd-D in IntelliJ. I just tested it in PyCharm and it works there as well.

like image 26
jarhill0 Avatar answered Oct 30 '22 01:10

jarhill0