While a similar question has been posed previously, I am encountering difficulties debugging Javascript in Google Chrome.
When I navigate to Page > Developer, the "Debug Javascript" function (Ctrl+Shift+L) is not active. Even trying Alt + ` does not seem to work.
I am working on a 'content script' extension and therefore launching Chrome with the addition of --enable-extensions
.
My ultimate goal is to set breakpoints and step/run through my script as it runs. Being somewhat inexperienced in JavaScript, any assistance or guidance would be greatly appreciated.
Although I can access the 'JavaScript Console,' I am unable to locate the content scripts within it. Furthermore, I am unsure about the distinction between this console and the 'JavaScript Debugger.'
Currently, I am using the latest Dev build of Chrome (2.0.181.1) on Windows XP.