Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Developer Tools: missing Script tab

Tags:

Web browser - chrome Version 21.0.1180.82 and Version 23.0.1244.0 canary OS - mac osx 10.8

What it should look like:

enter image description here

In my view the "Script" tab within the tab navigator is replace by an icon saying "Sources". This is causing me problems as I cannot debug my GWT app in super dev mode. (I have selected the option "Enable Source Maps")

I have also disabled all extensions.

Any suggestions are welcome

Thanks,

like image 337
user1256378 Avatar asked Aug 24 '12 17:08

user1256378


People also ask

How do I fix dev tools in Chrome?

# Open the Issues tab Open DevTools. Click the Go to Issues button in the yellow warning bar. Alternatively, select Issues from the More tools menu. Once you're on the Issues tab, click the Reload page button if necessary.

How do I enable the JavaScript console in Chrome?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

How do I see JavaScript in Developer Tools?

Select the Chrome Menu icon, menu -> More Tools -> JavaScript Console. Or if the Chrome Developer Tools are already open, press the 'Console' tab.

Where is the Emulation tab in Developer Tools?

Enabling device emulation That will enable the device emulation features, or at least enable the menu for them, now to get to them, all you have to do is open up the console drawer (hit ESC in any Dev Tools tab other than the Console Tab) and you'll see a new tab available titled “Emulation”.


1 Answers

The scripts tab has been re-named to Sources shown as below:

Example of Chrome 23

To see a list of all scripts/js files you will need to use the fly-out (shown as 2)

This is the case in chrome 23 however it may change again in the future.

like image 54
John Avatar answered Sep 28 '22 22:09

John