During last three weeks I am trying to revive the Firebug (its debugging part). I compare sources of two Firefox versions (the last one where debugger works and the first one where it does not work) and do not see any significant differences - all relevant parts of code either are identical, or do not have any essential changes.
So I understand what happens between Firebug and browser (or, more closely, what does not happen), but still can not determine why.

And even working debugger does not help.