This question has been asked similarly before, but I can\'t seem to debug Javascript in Google Chrome.
If I go to Page > Developer the \"Debug Javascript\" (Ctr
Put the following command in your script:
debugger;
That will launch the Javascript debugger when it gets to that point