On Firefox 37.0.2 for Linux Mint Rebecca 17.1 (based on Ubuntu 14.04).
When I hit a breakpoint, the console is permanently in multi-line command mode and Enter doesn't submit a command, but opens a new line.
So when I type `console.log("foo")
and hit Enter, rather than seeing the output foo
I get:
I've tried putting a semi-colon at the end of the command, pressing every imaginable combination of ctrl+Enter etc. but they all just open a new line.
The console works as expected when I'm not at a breakpoint. This SO answer suggests it shouldn't be a problem.
What's going on?