Google Chrome Javascript Debugger and Content Scripts
问题 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\" ( Ctrl + Shift + L ) is disabled. Alt + ` doesn\'t work. I\'m developing a \'content script\' extension so I\'m launching chrome with --enable-extensions . What I\'d ideally like to do is set breakpoints and step/run through my script as it executes. I\'m a little over my head when it comes to JavaScript, so any guidance is appreciated. I