It’s actually faster to call the breakpoint line using debugger ; when debugging code than setting it in Firebug which would otherwise require you to change the position of breakpoints to hit the ’same line’ if you added another line of …
Visit link:
How To Make Firebug's JavaScript Debugger Break Inside Dynamic …