Search code examples
pythondebuggingpycharmeof

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.


Solution

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