简体   繁体   中英

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.

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM