Enter key in debug console causing line break in input() instead of submitting

已回答

I'm evaluating PyCharm and I'm having a problem using the debug console with input prompts.

When an input() prompt comes up in the debug console I can type in it, but I can not submit the text. It just creates a line break to let me continue typing.

How can I give console input to my script with the debug console?

0

Hi Chris! Could you please describe your problem more detailed? Are you typing `input()` in debug console or in your code? Could you please provide a code sample and steps to reproduce?

0

请先登录再写评论。