Firebug – Breakpoint doesn’t hit
If the line numbers aren’t green, it seems like Firebug cannot debug that part of code because it is out of scope. So, if you’re using something like $(function () { … }); Firebug will not be able to access Functions and variables. Does that make sense? Also, is it possible that some other function … Read more