Debugging JavaScript by Using Breakpoints | kirupa.com

by kirupa | 15 December 2012

No matter how well you write your JavaScript, given its scripty nature, mistakes will happen. The mistakes that you run into will often be subtle. A great time saver when trying to figure out why your JavaScript isn't working is the ability to set breakpoints and step through your code line by line. Firebug makes it very easy for you to do that, and in this video, I show you how.


This is a companion discussion topic for the original entry at http://www.kirupa.com/html5//debugging_js_by_using_breakpoints.htm