I don't know what I did wrong, but Firebug no longer shows JS errors in 'Errors' pane on 'Console'.
For instance, if my page has a form with a 'onsubmit=checkData()', if the function checkData() has JS errors, firebug doesn't show it and the form simply is submitted anyway.
How can I make Firebug show errors again? It always worked well until yesterday.
I already tried to click on the 'Pause' button with no success.
Thanks in advance!
checkDatain atry/catch. In yourcatch(e),console.log(e);andreturn false