Google Chrome Javascript Debugger and Content Scripts

Put the following command in your script:

debugger;

That will launch the Javascript debugger when it gets to that point

Leave a Comment