问题描述
并不是所有的JavaScript文件都可以在Chorme Developer工具中看到。
Not all JavaScript files are visible in Chorme Developer tools any more.
Google Chrome是最新的。版本44.0.2403.130 m
调试版本的应用程序。
头文件。
Google Chrome is up to date. Version 44.0.2403.130 mDebug version of the app.Scripts in the head.
<script src="/Scripts/jquery-ui-1.8.24.js"></script>
<script src="/Scripts/jquery.validate.js"></script>
...
<script src="/Client/Statics/GuiContainers.js"></script>
<script src="/Client/ClientDAL.js"></script>
<script src="/Client/ClientLayoutUpdater.js"></script>
<script src="/Client/ClientRenderer.js"></script>
<script src="/Client/ControllerLocator.js"></script>
第一部分脚本在本地主机/脚本/ *路径的源菜单下的Chrome开发工具中可见。脚本的第二部分从昨天起就不可见。开发工具有什么问题?
First part of the scripts is visible in Chrome Developer Tools under Sources menu on localhost/Scripts/* path. Second part of the scripts is not visible since yesterday. What is the matter with the Developer Tools?
JavaScript控制台中没有错误。我可以在网络标签中看到成功的JavaScript文件请求。所有JavaScript都已加载。申请工作正常
There are no errors in JavaScript console. I can see successful requests for JavaScript files in network tab. All JavaScript is loaded. Application works fine.
开发人员工具有什么问题?有没有人有想法?
如果我将localhost文件夹添加到工作区,一切都可见,甚至是服务器端源文件。
If I add localhost "folder" to the workspace, everything is visible, even server side source files.
推荐答案
我已经重新安装Chrome,删除Chrome配置文件数据。它现在工作了
I have reinstalled Chrome with removing Chrome profile data. It works now.
这篇关于Chrome开发人员工具不再显示所有JavaScript文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!