Debugging JavaScript: various breakpoints
31 / 03 / 2016
Most of the developers know that you can stop the execution of a script by either placing debugger;
in the code or clicking on a specific line in a browser’s debug tool. That’s just a tip of the debugging iceberg.