How can i Track or Read "404 File Not Found" errors that appear in the firebug console?
Currently i'm able to capture the javascript errors using window.onerror callback. But with this callback i'm unable to capture the "File Not Found" errors. Could you let me know if there are any possible ways to track this kind of errors?
Currently i'm able to capture the javascript errors using window.onerror callback. But with this callback i'm unable to capture the "File Not Found" errors. Could you let me know if there are any possible ways to track this kind of errors?
All Replies (2)
I don't know the answer to that. You will probably have better luck asking on the Firebug website:
- Firebug documentation - http://getfirebug.com/wiki/index.php/Main_Page
- Firebug community - http://getfirebug.com/community
Or try asking on the Firebug IRC channel - #firebug on irc.mozilla.org
Current Firefox versions also have a lot of web developer tools build-in.
See: