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
Right-click and select Inspect Element, there you'll find the JS debugger, among other debugging tools. The JS debugger should allow you to set breakpoints, etc.