I am working on a front-end project (JavaScript files), and the server adds a caching value to the end of the URL, for example http://www.example.com/myfile.js&bust=0.5647534393
My problem is that I lost all the breakpoints set in the Chrome developer tools after rebooting. I do not have access to the server to disable it.
Is there a way around this limitation?
UPDATE: adding a debugger; in source code, JS is not a viable solution because I am debugging production code.
javascript google-chrome-devtools
Arashsoft
source share