How to force Chrome's script debugger to reload javascript? Ask Question

How to force Chrome's script debugger to reload javascript? Ask Question

I really like the ability to edit javascript in the chrome debugger however, I find that it can be really problematic getting the debugger to re-fetch the JavaScript from the server.

Sometimes I have to go as far just closing the debugger and reloading the frame works OK - but other times (an dI cannot pin down under what conditions this occurs) I have to clear my temporary internet cache. Sometimes I swear I have to close chrome completely, then clear the cache and then load the page before the debugger finally shows me the most up-to-date script.

(注: Web サーバーによるスクリプトのキャッシュはありません)

デバッガーにすべての JavaScript を無効にして、ページの再読み込み時にすべてを新たに取得するように指示する簡単な方法を知っている人はいますか?

ベストアンサー1

スクリプトを開発している間は、Chrome キャッシュを無効にしてみてください。

ページをリロードすると、JavaScript が更新されるはずです。


2011年頃のChrome

設定を開く キャッシュを無効にする


2018年頃のChrome

設定を開く キャッシュを無効にする

ネットワーク タブからもアクセスできます。

ネットワークタブ

おすすめ記事