There new interface is slow and crashes firefox. What should I do?
Name:
F r o z e n V o i d !!mJCwdV5J0Xy2A212011-12-05 8:32
You don't really need firebug if you code debug functions yourself. Firebug just slows down the everything and useful in 0.1% of cases.
Just sprinkle something like this everywhere and toggle with DEBUG
function debugprint(data){if(DEBUG){document.write(data)}}