Chrome Developer Tools: missing Script tab

2020-06-07 08:02发布

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,

1条回答
戒情不戒烟
2楼-- · 2020-06-07 08:30

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.

查看更多
登录 后发表回答