UI Deploy

Curated, Short, Web UI Dev we Love.

JavaScript Debugging Tips and Tricks

Following the previous post about principles of debugging web applications, it is time to explore JavaScript debugging in practice.

My personal favorite is the Chrome Developer Tools. Safari and Firefox don’t match the high standards set by Chrome, but they are getting better. Firefox has a combination of Firebug and the improved Firefox Developer Tools. If the Firefox team continues doing an excellent job at improving their built-in Developer Tools, Firebug may become obsolete one day.

view source

Advertisement