Before I upgrade Firebug, I'm wondering if anyone using Mootools has
ever seen this problem. For me, the following code silently fails (no
error indication from Firebug) and javascript stops running:
var myObj = new SomeUndefinedClass();
alert("hello");
The alert will never execute and I receive no error message from
Firebug. This makes debugging VERY difficult when the only clue that I
have a spelling mistake somewhere in my code is that some javascript
enhanced part of my web site appears not to function. I then have to
single step from the beginning of my Javascript until I see a next
step that is not executed.
Versions:
Firefox 3.5.3
Firebug 1.4.5
Mootools 1.2.4
--
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.