Monday, June 3, 2024
196
rated 0 times [  200] [ 4]  / answers: 1 / hits: 147326  / 9 Years ago, thu, august 6, 2015, 12:00:00

Not all JavaScript files are visible in Chorme Developer tools any more.



Google Chrome is up to date. Version 44.0.2403.130 m
Debug 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>


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?



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.



What is the matter with the Developer Tools? Does anyone have an idea?



If I add localhost folder to the workspace, everything is visible, even server side source files.


More From » google-chrome

 Answers
21

I have reinstalled Chrome with removing Chrome profile data. It works now.


[#65509] Wednesday, August 5, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kennedysaraiw

Total Points: 552
Total Questions: 99
Total Answers: 109

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
kennedysaraiw questions
Tue, Dec 14, 21, 00:00, 3 Years ago
Sun, Jul 11, 21, 00:00, 3 Years ago
Mon, May 17, 21, 00:00, 3 Years ago
Fri, Mar 12, 21, 00:00, 3 Years ago
;