I call my JavaScript files like this:
jsfilename.js?v=1234
And on each request I change the v parameter. Second request:
jsfilename.js?v=4567
Is that a way to debug on Chrome DevTools with this variable name? Because now, every time I create a breakpoint and refresh the page, my breakpoint looses reference.