Chrome Developer Tools: missing Script tab
debugging, google-chrome, gwt
Solution
The scripts tab has been re-named to `Sources` shown as below:
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.
Problem
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: 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,