Firebug: During breakpoint, can't execute console statement
问题 I'm seeing the following behavior in Firebug: When the debugger is paused on a breakpoint, if I go to the console and attempt to execute a statement, the Enter key keeps just adding lines instead of executing. I've tried hitting Shift + Enter and Ctrl + Enter also, to no avail. 回答1: Environment I sometimes get this issue on firebug (console), FireFox (dev console), and FireFox developer edition (dev console). Issue Using the "web console" I would type something like alert("test") and hit the