Since the latest install of Chrome (I now have 43.0.2357.81) the updates to source files pointed to by source maps are not updated in the Dev Tools when changed on the server and reloaded.
So if I visit a page with compiled js and open up Dev Tools Scripts I see the source files (eg ES6 or TypeScript) - great - but I then change the source file, recompile, and the new compiled javascript is loaded by Chrome but the Dev Tools doesn't update the source script. So breakpoints never marry up and the code original source that is shown is just wrong.
I have tried opening and closing Dev Tools, the tab and performing hard refreshes and still it shows the out-of-date source. I even have the Disable Cache flag ticked in Chrome Dev Tools.
I see the same issues in Canary.
Anyone got a fix or steps I can perform to wipe the dev tools sources cache?