Chrome Devtools empty file-list

巧了我就是萌 提交于 2019-12-12 03:37:33

问题


I need to inspect the website but my scripts are not listed.

I already tried to uninstalled chrome and resintalled it again.

If I pause javascript and trigger any javascript action it opens a VM-version of jquery but I need the real file, not the vm-loaded one.

Any idea? A but or not? Any workaround?


回答1:


Following the discussion from the comments above, the issue was unrelated to the web app but the environment in which the Chrome instance was run in. It was likely a Chrome Extension or modified setting that caused this misbehaviour.

The resolution was to create a new Chrome Profile, since extensions and settings are not shared between profile instances. The next step may be to identify the particular extension or plugin at fault to avoid this happening again.



来源:https://stackoverflow.com/questions/38566567/chrome-devtools-empty-file-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!