Since upgrading to Firefox 4.0, I\'ve noticed that I\'m occasionally getting an error in the console stating:
attempt to run compile-and-go script on
It has nothing to do with firebug. The reason it "goes away" when firebug is disabled is that you are no longer seeing the exception. The cause of this is having an handler attached to an event that is now null but not properly cleaned up. You need to make sure that handler is properly disposed of, otherwise the event still fires the reference to the handler.