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 を無効にして、ページの再読み込み時にすべてを新たに取得するように指示する簡単な方法を知っている人はいますか?