Hi,
could you please explain me how to debug Chrome extension's content script??
I'm developing a 'content script' extension and I'm launching chrome with --load-extension parameter.
I need to set breakpoints and step/run through my script as it executes.
I have managed to debug script code contained in background page of my extension, but I do not know how to debug code contained in my script file.
Could you please describe the steps to take to debug content script using Developer Tools? Is there other debuggers for Chrome besides Developer Tools?
Thanks in advance!


LinkBack URL
About LinkBacks



Reply With Quote