4

I have this problem adding break points to files with changing files names in Chrome. xyz.js?=123456 for the first load and xyz.js?=123789 for the second load, so it is impossible to add any break points for it. Do you know any tricks which would solve my problem?

Thanks.

ufucuk
  • 475
  • 9
  • 20
  • Can you try to put the following line where you want to break: `debugger;` – kav Jul 31 '15 at 12:28
  • I can't modify the file content, it is on customers page. – ufucuk Jul 31 '15 at 12:31
  • Well, what if you try to disable cache for current page? http://stackoverflow.com/questions/5690269/disabling-chrome-cache-for-website-development – kav Jul 31 '15 at 12:38
  • It is not about the page cache, the file itself is loaded with the appended timestamp to the filename. – ufucuk Jul 31 '15 at 12:41
  • Yes, it's called 'cache buster' and main purpose is to make sure that fresh copy of files is loaded always, and not cached one. – kav Jul 31 '15 at 12:41

0 Answers0