Chrome Developer Tools caches old version of JavaScript files

后端 未结 5 2054
执念已碎
执念已碎 2021-02-19 08:19

I\'m experiencing a strange intermittent issue with Chrome Developer tools hanging on to old versions of JavaScript files. I\'ll be developing some JS app, things humming along

5条回答
  •  生来不讨喜
    2021-02-19 08:47

    Chrome DevTools works fine for me. When I load it for a page it remembers beyond the lifespan of the chrome process what sources I have open; although it gets the order wrong. I see two differences in our devtools prefs: disable cache and enable maps. So I would advise:

    1) uncheck disable cache (while DevTools is open), 2) (if 1 didn't work) press the "Restore defaults and reload" button.

提交回复
热议问题