سؤال

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.

هل كانت مفيدة؟

المحلول 2

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top