My console doesn't reply to any commands

Problem description:
My console doesn’t respond to commands

Expected behavior:
When I type something I want the console to respond.

Actual behavior:
It doesn’t respond. Special buttons like F10 or delete type somthing weird in the console, but still don’t respond.

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

What types of commands are you putting in the console, could you post one?

1 Like

If you’re doing this in the console, try using the shell tab.

2 Likes

As Doomsdaybear said, the Console should not be responding as it is for code output only. Try using the shell instead for running commands. Or, if you really want to use the console, there are ways to run OS commands in different programming languages (so your code could run the command instead of you typing it). The latter though is usually unnecessary.

2 Likes