Last Updated: February 25, 2016
·
717
· yeco

Breakpoints in JS.

Instead of going to the specific js file and add a breakpoint with your JS console on your browser, just add this to your code and you're done:

debugger;