Send EOF to PyCharm console in Windows
debugging, eof, pycharm, python
Solution
In short, you cannot. Here are the list of command you can do to the PyCharm debugger Documentation
Problem
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.