Monday, May 13, 2024
50
rated 0 times [  57] [ 7]  / answers: 1 / hits: 48770  / 15 Years ago, thu, may 21, 2009, 12:00:00

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 can get to the 'JavaScript Console,' but can't find the content scripts inside of that. I'm also not sure how that differs from the 'JavaScript Debugger.'



I'm using the latest Dev build of Chrome (2.0.181.1) on Windows XP.


More From » google-chrome

 Answers
66

These answers all seem to be out of date, and since this is ranking highly in google, here's the up-to-date answer:



In Chrome press CTRL+SHIFT+i to bring up the developer tools.



Select 'Sources'



Click the small arrow that allows you to select from the scripts
enter



Then select 'Content scripts'



enter



You'll then need to know the id of your extension (available from the chrome manage extensions page) to get to your scripts and debug them as normal.


[#99478] Tuesday, May 19, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dorothylorrainef

Total Points: 456
Total Questions: 102
Total Answers: 115

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
dorothylorrainef questions
Fri, Mar 5, 21, 00:00, 3 Years ago
Thu, Nov 26, 20, 00:00, 4 Years ago
Mon, Sep 21, 20, 00:00, 4 Years ago
Sat, Aug 1, 20, 00:00, 4 Years ago
;