I'm very disappointed by this new release of Firebug. I used to test
lot of code in the Javascript console, and Firebug always helped me to
find where my error was with a useful error message (where the syntax
error is or which one, etc). Now Firebug 1.8 returns a very useless
message that looks like Internet Explorer. Just a "syntax error", or
"type error" or just "error".....

Here is an example :
var foo = document.getElementById("something"); // with this id that
doesn't exist
foo=foo.parentNode;

Before: "TypeError: foo is null"
Now: TypeError { fileName="resource://firebug_rjs/...e/
commandLineExposed.js", source="with(_FirebugCommandLin...br.tagName !
= "tr");\n};", lineNumber=151}

Do I have to do anything special to have the previous clear and
helpful error message instead of this useless message ? If not, how
can I change the Firebug 1.7 to be compatible with Firefox 6 (I tried
to change install.rdf and zip again but Firefox doesn't want to
install it... maybe I should try to desactivate the compatibility in
Firefox directly :-/)

Please help...

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to