Debug Console does not respond to any input
PhpStorm 2020.2 on a Mac. (But the problem also occurred with previous versions.)
When I am using the PHP debugger, the Console tab does not respond to any input. No matter what I enter, there is no output. My coworkers haven't had this issue. Has anyone else seen this and know how I can fix it?

Please sign in to leave a comment.
Can't find similar reports unfortunately. Please open Help > Diagnostic Tools > Debug Log Settings... and add #com.jetbrains.php line.
Reproduce the issue and share your idea.log file (Help > Show log in ...).
Here's my log file after reproducing the issue. I started up PhpStorm, made my request with XDEBUG enabled, waited for the breakpoint to be hit, then typed some commands in the Console tab, with no output produced.
Thanks! No IDE-related errors there, this might be environment-specific issue. Could you please check:
1. if the problem reoccurs in a new simple project using the same PHP interpreter
2. if the problem reoccurs in a new simple project using another PHP interpreter?
I had similar issue and after trying few things, I found out that Use Console Input (Very last Icon) was not selected.
