New Firebug no longer reports JS errors

I upgraded to Firebug 1.4.0. It no longer shows JS errors such as:


window.location.indexOf('indexOf only works on strings so this will fail');

I was forced to open up IE8 to tell me that was erroneous. How do you get Firebug or Firefox to start reporting these kind of errors?