I do a lot of development on the local machine using a copy of the production database, which means that most of the image files referenced in the database are missing locally. Because of this, recent versions of Firebug flood the JavaScript console with "NetworkError: 404 Not Found - XXX"
messages every time I refresh the page, making it difficult to see the information I need.
I searched the Firebug site and the Google Group for no luck. Is there a way to disable these 404 notifications and still see the relevant debugging information?
source share